Skip to content

Commit b58d42d

Browse files
authored
Merge pull request #58 from github/jm-do-not-need-arm64
fix: only need amd64 release image version for github actions
2 parents 5fb347b + 72ed161 commit b58d42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
6262
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.full-tag }}
6363
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.short-tag }}
64-
platforms: linux/amd64,linux/arm64
64+
platforms: linux/amd64
6565
provenance: false
6666
sbom: false
6767
create_discussion:

0 commit comments

Comments
 (0)