Skip to content

Commit

Permalink
Merge pull request #239 from MrAnno/dev-main-platforms
Browse files Browse the repository at this point in the history
ci: create arm64 image for dev-main by default
  • Loading branch information
bshifter authored Aug 7, 2024
2 parents 5b88f1c + dc6437b commit d79b727
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 d79b727

Please sign in to comment.