From bc1333447206683f7fd6c0756341d7e283fd04b4 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 13 Feb 2020 22:10:15 +0100 Subject: [PATCH] test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0fdb454..ee0deff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,13 +18,13 @@ steps: - mkdir /root/.docker - mkdir /root/.docker/cli-plugins - 'echo "{\"experimental\": \"enabled\"}" > /root/.docker/config.json' - - wget -O /root/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64 + - wget –quiet -O /root/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64 - chmod a+x /root/.docker/cli-plugins/docker-buildx - docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - docker buildx create --use --name crosscomp - docker buildx inspect --bootstrap - docker login --username $DOCKER_USER --password $DOCKER_PASSWORD registry.chrz.de:443 - - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t registry.chrz.de:443/hello-ci:latest-multi . + - docker buildx build --output=type=image,push=true --progress tty -t registry.chrz.de:443/hello-ci:latest-dev . volumes: - name: docker_socket path: /var/run/docker.sock