commit: 06813d4a0eb710fa5ac78333af15ce912a0c3d84 parent 68f421c203b8b5b178abf0f6dd0e10ee09063d5a Author: Mark Felder <feld@feld.me> Date: Sun, 21 Jan 2024 03:58:53 +0000 Reorganize ci scriptsDiffstat:
7 files changed, 2 insertions(+), 1 deletion(-)diff --git a/ci/build_and_push.sh b/ci/build_and_push.sh@@ -1 +0,0 @@ -docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:latest --push .diff --git a/ci/Dockerfile b/ci/elixir-1.12/Dockerfilediff --git a/ci/elixir-1.12/build_and_push.sh b/ci/elixir-1.12/build_and_push.sh@@ -0,0 +1 @@ +docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.12 --push .diff --git a/ci/Dockerfile b/ci/elixir-1.15/Dockerfilediff --git a/ci/elixir-1.15/build_and_push.sh b/ci/elixir-1.15/build_and_push.sh@@ -0,0 +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 .diff --git a/ci/postgres_rum/Dockerfile b/ci/postgres-with-rum-13/Dockerfilediff --git a/ci/postgres_rum/build_and_push.sh b/ci/postgres-with-rum-13/build_and_push.sh