Update drone to use new linux only target
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2020-07-06 20:33:02 -07:00
parent f8e40c643c
commit d3826dacde
1 changed files with 1 additions and 1 deletions

View File

@ -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