Skip to content

Commit 72ed161

Browse files
committed
fix: only need amd64 release image version for github actions
- [x] removed build of arm64 for container images Signed-off-by: jmeridth <[email protected]>
1 parent 5fb347b commit 72ed161

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)