Update drone to use new linux only target

This commit is contained in:
Ian Fijolek
2020-07-06 20:33:02 -07:00
parent f8e40c643c
commit d3826dacde
+1 -1
View File
@@ -48,7 +48,7 @@ steps:
- name: build all binaries - name: build all binaries
image: golang:1.12 image: golang:1.12
commands: commands:
- make all - make all-linux
- name: push image - arm - name: push image - arm
image: plugins/docker image: plugins/docker