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

This commit is contained in:
Christoph Honal 2020-02-13 21:08:20 +01:00
parent 2673a7984d
commit 07c3c7f63b
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ steps:
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- docker buildx create --use --name crosscomp
- docker buildx inspect --bootstrap
- docker buildx build --cache-to=type=registry,ref=registry.chrz.de:443/hello-ci --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t registry.chrz.de:443/hello-ci:latest-multi .
- docker image ls
- docker buildx imagetools inspect hello-ci:latest-multi
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t registry.chrz.de:443/hello-ci:latest-multi .
volumes:
- name: docker_socket
path: /var/run/docker.sock