From 2cfd51347a298eadf179d958adfcf385f9d2dcc4 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 14 Jul 2020 10:25:19 -0700 Subject: [PATCH] Correct drone build arg --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8257c36..8ea6558 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: password: from_secret: docker_password build_args: - - ARCH=arm + - GOARCH=arm - REPO=arm32v7 - name: push image - arm64 @@ -45,7 +45,7 @@ steps: password: from_secret: docker_password build_args: - - ARCH=arm64 + - GOARCH=arm64 - REPO=arm64v8 - name: push image - amd64