diff options
author | Pleroma User <keine@partyheld.de> | 2024-07-06 13:59:30 +0000 |
---|---|---|
committer | Pleroma User <keine@partyheld.de> | 2024-07-06 13:59:30 +0000 |
commit | e4ba5777ee1c0c1d9b079f8aca1b6d9cce014571 (patch) | |
tree | e246a73319fcceddd4cda50b422e3549bbc5b1aa /ci/elixir-1.17.1-otp-26/build_and_push.sh | |
parent | 56927ffd22e9da98a5c7c4b864d9a70e600a30fa (diff) | |
parent | 9e3633501bca98a9df34ed3231e55ed038dd86b7 (diff) | |
download | pleroma-e4ba5777ee1c0c1d9b079f8aca1b6d9cce014571.tar.gz pleroma-e4ba5777ee1c0c1d9b079f8aca1b6d9cce014571.zip |
Merge branch 'develop' into 'move-poison'
# Conflicts:
# mix.exs
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 . |