summaryrefslogtreecommitdiff
path: root/ci/elixir-1.15-otp25/build_and_push.sh
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-05-20 13:12:12 +0400
committerLain Soykaf <lain@lain.com>2024-05-20 13:12:12 +0400
commit226874c9d603be72699d5aa5434616efffe3f239 (patch)
treecec329a49492e5d3fc08913a505ca5cd6060d3b2 /ci/elixir-1.15-otp25/build_and_push.sh
parentad26b6d593d83ddb539a5c61ee9f639f7b40531e (diff)
downloadpleroma-226874c9d603be72699d5aa5434616efffe3f239.tar.gz
pleroma-226874c9d603be72699d5aa5434616efffe3f239.zip
CI: Add new builders for base images
Diffstat (limited to 'ci/elixir-1.15-otp25/build_and_push.sh')
-rwxr-xr-xci/elixir-1.15-otp25/build_and_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/elixir-1.15-otp25/build_and_push.sh b/ci/elixir-1.15-otp25/build_and_push.sh
index 06fe74f34..a28e0d33c 100755
--- a/ci/elixir-1.15-otp25/build_and_push.sh
+++ b/ci/elixir-1.15-otp25/build_and_push.sh
@@ -1 +1 @@
-docker buildx build --platform linux/amd64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25 --push .
+docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25 --push .