Only need amd64 for now

This commit is contained in:
Mark Felder 2024-01-21 03:59:26 +00:00
parent 06813d4a0e
commit aee971bd26
1 changed files with 1 additions and 1 deletions

View File

@ -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 .