diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-07-28 13:41:58 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-07-28 13:41:58 +0200 |
commit | ad8c26f6c285412be041b7dcaeefa8741d3a6e57 (patch) | |
tree | 041e9af5f9b64215f12d195d6c98b548b0c1b622 /ci/elixir-1.13.4-otp-25/build_and_push.sh | |
parent | 7620b520c13a1c204810cf0cfe6a7b70b9a1c59d (diff) | |
parent | 6876761837bad399758cd6a93be5bf5cc8a81cef (diff) | |
download | pleroma-ad8c26f6c285412be041b7dcaeefa8741d3a6e57.tar.gz pleroma-ad8c26f6c285412be041b7dcaeefa8741d3a6e57.zip |
Merge remote-tracking branch 'origin/develop' into post-languages
Diffstat (limited to 'ci/elixir-1.13.4-otp-25/build_and_push.sh')
-rwxr-xr-x | ci/elixir-1.13.4-otp-25/build_and_push.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/elixir-1.13.4-otp-25/build_and_push.sh b/ci/elixir-1.13.4-otp-25/build_and_push.sh new file mode 100755 index 000000000..b8ca1d24d --- /dev/null +++ b/ci/elixir-1.13.4-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.13.4-otp-25 --push . |