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 3a8e91f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/protobuf-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -62,7 +64,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 3a8e91f

Please sign in to comment.