.drone.yml
Some checks reported errors
continuous-integration/drone/push Build was killed

Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
ale 2024-11-23 13:08:57 +01:00
parent 11844fd2f1
commit cadea437ad
Signed by: ale
GPG Key ID: 244A9C4DAB1C0C81

View File

@ -25,7 +25,7 @@ steps:
- git submodule update --init --recursive
- docker login -u $USER -p $PASS $REGISTRY
- docker run --rm --privileged $REGISTRY/qemu-user-static --reset -p yes
- docker buildx build --platform amd64 --env MAKEFLAGS='-j1' --env MAKEOPTS='-j1' -t bind9-docker ./bind9-docker
- MAKEFLAGS='-j1' MAKEOPTS='-j1' docker buildx build --platform amd64 -t bind9-docker ./bind9-docker
- docker buildx build --platform amd64 -t $REGISTRY/bind9 ./bind
- docker push $REGISTRY/bind9
- docker tag $REGISTRY/bind9 $REGISTRY/bind9:amd64