From cf2f7c088b90a7c37c56d4177a169b9f759599da Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sun, 10 Mar 2019 14:28:47 -0700 Subject: [PATCH] Update docker plugin --- .drone.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 33ff9e8..c5c794d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,10 @@ name: amd64 steps: - name: build image: docker - commands: - - make build + settings: + repo: iamthefij/multiarch-pipeline-test + auto_tag: true + auto_tag_suffix: linux-amd64 --- kind: pipeline @@ -14,5 +16,10 @@ name: arm steps: - name: build image: docker - commands: - - make cross-build-arm + settings: + repo: iamthefij/multiarch-pipeline-test + auto_tag: true + auto_tag_suffix: linux-arm32v6 + build_args: + - ARCH=arm + - REPO=arm32v6