Skip to content

Commit

Permalink
Merge pull request #67 from sorenisanerd/arm
Browse files Browse the repository at this point in the history
Build for linux/arm64 as well
  • Loading branch information
SuperSandro2000 authored Nov 14, 2023
2 parents 458bbec + 641dd4b commit 651a6cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/container-registry-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@ jobs:
type=semver,pattern={{raw}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
1 change: 1 addition & 0 deletions Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ githubWorkflow:
enabled: true
pushContainerToGhcr:
enabled: true
platforms: linux/amd64,linux/arm64
release:
enabled: true
securityChecks:
Expand Down

0 comments on commit 651a6cc

Please sign in to comment.