summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-10-02 21:41:51 -0700
committerGitHub <noreply@github.com>2023-10-02 21:41:51 -0700
commitf539580f0e4e6207183e373dd445466d6327006d (patch)
tree6ea0acccfa3be477f7dc758971e2b961fc9ae5f0
parentab8a48b2e01c33597b96bd05e66aa53413d1fe29 (diff)
Revert "Re-enable `linux/arm64` platform in CI docker build (#1276)" (#1278)
-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 d7c883ea..78236ec1 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