.drone.yml
Algunas comprobaciones han fallado
continuous-integration/drone/push Build was killed

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2024-11-23 12:33:59 +01:00
padre 6b62fd4844
commit 136b33a4f6

Ver fichero

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