1
0
Fork 0

ci: do not build arm container

This commit is contained in:
nicoco 2023-12-05 20:22:10 +01:00
parent e881e89616
commit cb43f131c5
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ tasks:
- build: |
cd slidge-whatsapp
export NAME=$REGISTRY_PREFIX/slidge-whatsapp:$CONTAINER_TAG
export ARGS="--platform linux/arm64,linux/amd64 --tag $NAME --target slidge-whatsapp ."
export ARGS="--tag $NAME --target slidge-whatsapp ."
docker buildx build $ARGS
docker buildx build --push $ARGS || echo "We can't push to docker.io, continuing anyway"