diff options
author | Mark Felder <feld@feld.me> | 2024-09-18 17:15:55 +0000 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-18 17:15:55 +0000 |
commit | 7e303600fb2914ab66fe54a8022ddc65ff93edf5 (patch) | |
tree | d4c5281bb60eb2d233f98a03b368a4d6b7ad0d35 /ci/elixir-1.12/build_and_push.sh | |
parent | f00545d85bd601734cdbbc28454f33541dbf530d (diff) | |
download | pleroma-7e303600fb2914ab66fe54a8022ddc65ff93edf5.tar.gz pleroma-7e303600fb2914ab66fe54a8022ddc65ff93edf5.zip |
Remove old elixir 1.12 build image generation script
Diffstat (limited to 'ci/elixir-1.12/build_and_push.sh')
-rwxr-xr-x | ci/elixir-1.12/build_and_push.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/elixir-1.12/build_and_push.sh b/ci/elixir-1.12/build_and_push.sh deleted file mode 100755 index 508262ed8..000000000 --- a/ci/elixir-1.12/build_and_push.sh +++ /dev/null @@ -1 +0,0 @@ -docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.12 --push . |