Skip to content

Commit 3a8e91f

Browse files
committed
build amd64
1 parent 7a24c90 commit 3a8e91f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/protobuf-dockerimage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
4040
- name: Docker Buildx
4141
uses: docker/setup-buildx-action@v3
42+
with:
43+
driver-opts: network=host
4244

4345
- name: Setup QEMU
4446
uses: docker/setup-qemu-action@v3
@@ -62,7 +64,8 @@ jobs:
6264
tags: ${{ steps.meta.outputs.tags }}
6365
labels: ${{ steps.meta.outputs.labels }}
6466
annotations: ${{ steps.meta.outputs.annotations }}
65-
platforms: "linux/arm64, linux/amd64"
67+
platforms: "linux/amd64"
68+
# platforms: "linux/arm64, linux/amd64"
6669
push: true
6770
pull: true
6871
sbom: true

0 commit comments

Comments
 (0)