We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a24c90 commit db75429Copy full SHA for db75429
1 file changed
.github/workflows/protobuf-dockerimage.yml
@@ -62,7 +62,8 @@ jobs:
62
tags: ${{ steps.meta.outputs.tags }}
63
labels: ${{ steps.meta.outputs.labels }}
64
annotations: ${{ steps.meta.outputs.annotations }}
65
- platforms: "linux/arm64, linux/amd64"
+ platforms: "linux/amd64"
66
+ # platforms: "linux/arm64, linux/amd64"
67
push: true
68
pull: true
69
sbom: true
0 commit comments