test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Christoph Honal 2020-02-13 23:22:27 +01:00
parent 1c1cfb2bac
commit 17e416a64d
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ steps:
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- docker buildx create --use --name crosscomp
- docker buildx inspect --bootstrap
- echo "nameserver 127.0.0.11" >> /etc/resolv.conf
- cat /etc/resolv.conf
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t registry:5000/hello-ci:latest-dev .
volumes:
- name: docker_socket