Skip to content

Commit 2d6ff1a

Browse files
Update Docker build and push workflow to limit platforms to linux/amd64
1 parent f1305ca commit 2d6ff1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
push: true
2828
provenance: mode=max
29-
platforms: linux/amd64,linux/arm64
29+
platforms: linux/amd64
3030
sbom: true
3131
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}
3232
cache-to: type=inline

0 commit comments

Comments
 (0)