Skip to content

Commit

Permalink
ci: create arm64 image for dev-main by default
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <[email protected]>
  • Loading branch information
MrAnno committed Aug 7, 2024
1 parent 8581cd8 commit dc6437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/axosyslog-image-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: tarball
with:
type: snapshot
platforms: ${{ inputs.platforms || 'linux/amd64' }}
platforms: ${{ inputs.platforms || 'linux/amd64,linux/arm64' }}
snapshot-tarball-artifact: source-tarball
snapshot-version: ${{ needs.tarball.outputs.snapshot-version }}
snapshot-tags: dev-${{ github.ref_name }}

0 comments on commit dc6437b

Please sign in to comment.