diff options
author | feld <feld@feld.me> | 2024-07-01 17:33:50 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-07-01 17:33:50 +0000 |
commit | e1981264a3e1a4d043ed99b0c8b0cbcc72a29e7a (patch) | |
tree | cc444a6eff8a6766e512df76ae41a88ecc7a7e91 /ci/elixir-1.17.1-otp-26/build_and_push.sh | |
parent | ccbbee7963c8d67b99a44849000f7ac7d6b19109 (diff) | |
parent | 62d9333eb0e6706c8c2c2e1919f0e119773a9e78 (diff) | |
download | pleroma-e1981264a3e1a4d043ed99b0c8b0cbcc72a29e7a.tar.gz pleroma-e1981264a3e1a4d043ed99b0c8b0cbcc72a29e7a.zip |
Merge branch 'warnings/elixir-1.17' into 'develop'
Elixir 1.17 warnings
See merge request pleroma/pleroma!4163
Diffstat (limited to 'ci/elixir-1.17.1-otp-26/build_and_push.sh')
-rwxr-xr-x | ci/elixir-1.17.1-otp-26/build_and_push.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/elixir-1.17.1-otp-26/build_and_push.sh b/ci/elixir-1.17.1-otp-26/build_and_push.sh new file mode 100755 index 000000000..2fbeaed6a --- /dev/null +++ b/ci/elixir-1.17.1-otp-26/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.17.1-otp-26 --push . |