summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2022-06-06 09:48:28 +0100
committerGitHub <noreply@github.com>2022-06-06 09:48:28 +0100
commit706b1aff652c7d3e96f789a7047d530570e25826 (patch)
treead6748225df087efe147a2f304d46098cb123741
parentf2abc23a1ee1713032b3cd990e78e778281fcc0a (diff)
Disable ARM docker builds (#438)
These are failing and need investigating
-rw-r--r--.github/workflows/docker.yaml2
1 files changed, 1 insertions, 1 deletions
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