Skip to content

Commit

Permalink
Enable build for arm image
Browse files Browse the repository at this point in the history
  • Loading branch information
nhalstead committed Dec 15, 2024
1 parent 004f08b commit 0958fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
ghcr.io/${{ github.repository }}:${{ env.DOCKER_TAG }},
ghcr.io/${{ github.repository }}:${{ env.GITHUB_SHA_SHORT }}
push: true
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 0958fe8

Please sign in to comment.