Update drone static builds
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
c20e1a36b3
commit
d1ece2e4e6
@ -3,7 +3,7 @@ name: test
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.11
|
image: golang:1.12
|
||||||
commands:
|
commands:
|
||||||
- make build
|
- make build
|
||||||
|
|
||||||
@ -24,9 +24,8 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.11
|
image: golang:1.12
|
||||||
commands:
|
commands:
|
||||||
- go get -u github.com/golang/dep/cmd/dep
|
|
||||||
- make build-all-static
|
- make build-all-static
|
||||||
|
|
||||||
- name: push image - arm
|
- name: push image - arm
|
||||||
|
Loading…
Reference in New Issue
Block a user