.woodpecker/build-latest.yml aktualisiert
This commit is contained in:
parent
09dd5829f8
commit
9f5be38a53
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: build-binary-UT-lin/amd64
|
||||||
image: golang
|
image: golang:latest
|
||||||
commands:
|
commands:
|
||||||
- echo deploying
|
- go get -v -d ./...
|
||||||
|
- go build -a -installsuffix cgo -o linux-amd64 .
|
Loading…
Add table
Reference in a new issue