.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:
|
||||
- name: deploy
|
||||
image: golang
|
||||
- name: build-binary-UT-lin/amd64
|
||||
image: golang:latest
|
||||
commands:
|
||||
- echo deploying
|
||||
- go get -v -d ./...
|
||||
- go build -a -installsuffix cgo -o linux-amd64 .
|
Loading…
Add table
Reference in a new issue