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:
|
||||
- name: build
|
||||
image: golang:1.11
|
||||
image: golang:1.12
|
||||
commands:
|
||||
- make build
|
||||
|
||||
@ -24,9 +24,8 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.11
|
||||
image: golang:1.12
|
||||
commands:
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- make build-all-static
|
||||
|
||||
- name: push image - arm
|
||||
|
Loading…
Reference in New Issue
Block a user