summaryrefslogtreecommitdiff
path: root/ci/elixir-1.14.5-otp-25/build_and_push.sh
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-09-18 17:28:48 +0000
committerMark Felder <feld@feld.me>2024-09-18 17:28:53 +0000
commit1bd28e7d592b429c5eee072db8d1f2ae77d76e29 (patch)
tree2b52216d964852635dea82afe7a87f886768d41b /ci/elixir-1.14.5-otp-25/build_and_push.sh
parent7e303600fb2914ab66fe54a8022ddc65ff93edf5 (diff)
downloadpleroma-1bd28e7d592b429c5eee072db8d1f2ae77d76e29.tar.gz
pleroma-1bd28e7d592b429c5eee072db8d1f2ae77d76e29.zip
CI script to build and publish an image for Elixir 1.14
Diffstat (limited to 'ci/elixir-1.14.5-otp-25/build_and_push.sh')
-rwxr-xr-xci/elixir-1.14.5-otp-25/build_and_push.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/elixir-1.14.5-otp-25/build_and_push.sh b/ci/elixir-1.14.5-otp-25/build_and_push.sh
new file mode 100755
index 000000000..912c47d0c
--- /dev/null
+++ b/ci/elixir-1.14.5-otp-25/build_and_push.sh
@@ -0,0 +1 @@
+docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.14.5-otp-25 --push .