From ac6f244f475fcece38731c87d1ac9648fd07c4fa Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 13 Feb 2020 19:56:59 +0100 Subject: [PATCH] test --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index bf8cfe5..82892dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,9 @@ steps: - docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - docker buildx create --use --name crosscomp - docker buildx inspect --bootstrap + - docker image ls - docker buildx build --no-cache --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 volumes: - name: docker_socket