Skip to content

Commit

Permalink
Fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 23, 2024
1 parent cf4e6ae commit 2f90a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
push: true
set: |
*.platform=linux/${{ inputs.runsOn == 'ARM64' && 'arm64' || 'amd64' }}
*.platform=linux/${{ startsWith(inputs.runsOn, 'ubuntu') && 'amd64' || 'arm64' }}
files: |
docker-bake.hcl
build.json
Expand Down

0 comments on commit 2f90a80

Please sign in to comment.