From 087fb8e19cd012f56de18712ca271fe34e431508 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 14 Mar 2023 17:55:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A6=20Temporarily=20disable=20arm64=20?= =?UTF-8?q?builds=20(#561)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reason why this is necessary is because our pipeline is failing due to network timeouts. Unfortunately I am not aware of a solution to this problem but if we can find a way to build these images as part of our workflow we should reeanble this feature. --- .github/workflows/docker-image.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1ebc115ab..4304e72d0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,13 +12,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - name: Docker meta id: meta uses: docker/metadata-action@v4 @@ -40,7 +33,7 @@ jobs: uses: docker/build-push-action@v4 with: file: ./apps/web/Dockerfile - platforms: linux/arm64,linux/amd64 + platforms: linux/amd64 push: true cache-from: type=gha cache-to: type=gha,mode=max