.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 12:33:59 +01:00
parent 6b62fd4844
commit 136b33a4f6
Signed by: ale
GPG Key ID: 244A9C4DAB1C0C81

View File

@ -21,7 +21,8 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- git submodule update --recursive --remote
- git submodule update --init
- 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 -t bind9-docker ./bind9-docker