Skip to content

Commit

Permalink
Merge pull request #58 from github/jm-do-not-need-arm64
Browse files Browse the repository at this point in the history
fix: only need amd64 release image version for github actions
  • Loading branch information
jmeridth authored Apr 18, 2024
2 parents 5fb347b + 72ed161 commit b58d42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.full-tag }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.short-tag }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
provenance: false
sbom: false
create_discussion:
Expand Down

0 comments on commit b58d42d

Please sign in to comment.