summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-21 03:59:26 +0000
committerMark Felder <feld@feld.me>2024-01-21 03:59:26 +0000
commitaee971bd2654f61729abc34be0401862f1308e88 (patch)
tree108c997a4ce9abd20812cc51a4d87dcb9783f188 /ci
parent06813d4a0eb710fa5ac78333af15ce912a0c3d84 (diff)
Only need amd64 for now
Diffstat (limited to 'ci')
-rwxr-xr-xci/elixir-1.15/build_and_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/elixir-1.15/build_and_push.sh b/ci/elixir-1.15/build_and_push.sh
index fd7ffe2de..79cf89344 100755
--- a/ci/elixir-1.15/build_and_push.sh
+++ b/ci/elixir-1.15/build_and_push.sh
@@ -1 +1 @@
-docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15 --push .
+docker buildx build --platform linux/amd64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15 --push .