logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: aee971bd2654f61729abc34be0401862f1308e88
parent 06813d4a0eb710fa5ac78333af15ce912a0c3d84
Author: Mark Felder <feld@feld.me>
Date:   Sun, 21 Jan 2024 03:59:26 +0000

Only need amd64 for now

Diffstat:

Mci/elixir-1.15/build_and_push.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/elixir-1.15/build_and_push.sh b/ci/elixir-1.15/build_and_push.sh @@ -1 +1 @@ -docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15 --push . +docker buildx build --platform linux/amd64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15 --push .