From f539580f0e4e6207183e373dd445466d6327006d Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 2 Oct 2023 21:41:51 -0700 Subject: Revert "Re-enable `linux/arm64` platform in CI docker build (#1276)" (#1278) This reverts commit ab8a48b2e01c33597b96bd05e66aa53413d1fe29. --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index d7c883ea5..78236ec16 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -54,7 +54,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 #,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max build-args: RUST_BACKTRACE=1 -- cgit v1.2.3