From 94082b7644f1a7c7465b3a4fe3ca04be1742bec5 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 14 Feb 2024 12:03:41 -0800 Subject: [PATCH] build amd64 --- .github/workflows/protobuf-dockerimage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/protobuf-dockerimage.yml b/.github/workflows/protobuf-dockerimage.yml index a7c2adfe..2764f6e2 100644 --- a/.github/workflows/protobuf-dockerimage.yml +++ b/.github/workflows/protobuf-dockerimage.yml @@ -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 @@ -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