Skip to content

Commit

Permalink
build amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Feb 14, 2024
1 parent 7a24c90 commit db75429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/protobuf-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
platforms: "linux/arm64, linux/amd64"
platforms: "linux/amd64"
# platforms: "linux/arm64, linux/amd64"
push: true
pull: true
sbom: true
Expand Down

0 comments on commit db75429

Please sign in to comment.