Skip to content

Commit

Permalink
Build arm64 images for dev branches
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <[email protected]>
  • Loading branch information
pepov authored Jun 3, 2024
1 parent 4373a1e commit fb3493c
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 @@ -46,7 +46,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 fb3493c

Please sign in to comment.