From d3826dacdef1e988218b806dbbdbbeb3f2220d55 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 6 Jul 2020 20:33:02 -0700 Subject: [PATCH] Update drone to use new linux only target --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a5f79ae..924982f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,7 @@ steps: - name: build all binaries image: golang:1.12 commands: - - make all + - make all-linux - name: push image - arm image: plugins/docker