Skip to content

Commit

Permalink
Build arm image on main
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jul 19, 2023
1 parent 9f0e799 commit dcfcbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
with:
push: ${{ github.event_name != 'pull_request' }}
context: .github/containers
platforms: linux/amd64
platforms: ${{ is_default_branch && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit dcfcbdf

Please sign in to comment.