From f3b608326a6b9baa6d70bcc27fd5545481b37901 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 13 Feb 2020 19:01:46 +0100 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 693c52a..a9e709d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: build image: alexviscreanu/buildx commands: - - docker buildx build --progress plain -t dagobert:latest . + - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --progress plain -t registry.chrz.de:443/hello-ci:latest . volumes: - name: docker_socket path: /var/run/docker.sock