From 706b1aff652c7d3e96f789a7047d530570e25826 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 6 Jun 2022 09:48:28 +0100 Subject: [PATCH] Disable ARM docker builds (#438) These are failing and need investigating --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 8f1855af..51e44c98 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