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

This commit is contained in:
Christoph Honal 2020-02-13 19:39:05 +01:00
parent a50b244278
commit b82dcbc809
1 changed files with 2 additions and 4 deletions

View File

@ -11,11 +11,9 @@ steps:
image: alexviscreanu/buildx
commands:
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- docker buildx create --name crosscomp
- docker buildx use crosscomp
- docker buildx create --use --name crosscomp
- docker buildx inspect --bootstrap
- docker buildx ls
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --progress plain -t registry.chrz.de:443/hello-ci:latest .
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --progress tty -t registry.chrz.de:443/hello-ci:latest .
volumes:
- name: docker_socket
path: /var/run/docker.sock