diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-27 19:27:02 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-27 19:27:02 +0400 |
commit | d3e85da0fd5a0022afdabe76bd5494217205f037 (patch) | |
tree | 8a4d360d74b4c9cb183a68a40c135049f6dd5158 /ci/elixir-1.15-otp25/build_and_push.sh | |
parent | c67506ba689633cd65f266610f2cd2a5da34912b (diff) | |
parent | e93ae96e1323fae954c2ce482cbb1df9ed9441c6 (diff) | |
download | pleroma-d3e85da0fd5a0022afdabe76bd5494217205f037.tar.gz pleroma-d3e85da0fd5a0022afdabe76bd5494217205f037.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into auth-fetch-exception
Diffstat (limited to 'ci/elixir-1.15-otp25/build_and_push.sh')
-rwxr-xr-x | ci/elixir-1.15-otp25/build_and_push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/elixir-1.15-otp25/build_and_push.sh b/ci/elixir-1.15-otp25/build_and_push.sh index 06fe74f34..a28e0d33c 100755 --- a/ci/elixir-1.15-otp25/build_and_push.sh +++ b/ci/elixir-1.15-otp25/build_and_push.sh @@ -1 +1 @@ -docker buildx build --platform linux/amd64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25 --push . +docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25 --push . |