We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a24c90 commit 3a8e91fCopy full SHA for 3a8e91f
1 file changed
.github/workflows/protobuf-dockerimage.yml
@@ -39,6 +39,8 @@ jobs:
39
40
- name: Docker Buildx
41
uses: docker/setup-buildx-action@v3
42
+ with:
43
+ driver-opts: network=host
44
45
- name: Setup QEMU
46
uses: docker/setup-qemu-action@v3
@@ -62,7 +64,8 @@ jobs:
62
64
tags: ${{ steps.meta.outputs.tags }}
63
65
labels: ${{ steps.meta.outputs.labels }}
66
annotations: ${{ steps.meta.outputs.annotations }}
- platforms: "linux/arm64, linux/amd64"
67
+ platforms: "linux/amd64"
68
+ # platforms: "linux/arm64, linux/amd64"
69
push: true
70
pull: true
71
sbom: true
0 commit comments