diff options
author | Mark Felder <feld@feld.me> | 2024-01-21 03:59:26 +0000 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-21 03:59:26 +0000 |
commit | aee971bd2654f61729abc34be0401862f1308e88 (patch) | |
tree | 108c997a4ce9abd20812cc51a4d87dcb9783f188 | |
parent | 06813d4a0eb710fa5ac78333af15ce912a0c3d84 (diff) | |
download | pleroma-aee971bd2654f61729abc34be0401862f1308e88.tar.gz pleroma-aee971bd2654f61729abc34be0401862f1308e88.zip |
Only need amd64 for now
-rwxr-xr-x | ci/elixir-1.15/build_and_push.sh | 2 |
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 . |