From d9eaabe82e2e4e09cf99e1bdef556375f40ef327 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 13 Feb 2020 20:06:24 +0100 Subject: [PATCH] hm --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5b215d1..b5842d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,14 +16,12 @@ steps: from_secret: docker_password commands: - docker login --username $DOCKER_USER --password $DOCKER_PASSWORD registry.chrz.de:443 - - cat ~/.docker/config.json - docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - docker buildx create --use --name crosscomp - docker buildx inspect --bootstrap + - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t hello-ci:latest-multi . - docker image ls - - 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 . - - docker image ls - - docker buildx imagetools inspect registry.chrz.de:443/hello-ci:latest-multi + - docker buildx imagetools inspect hello-ci:latest-multi volumes: - name: docker_socket path: /var/run/docker.sock