Added build-ci checks
This commit is contained in:
parent
17363bde52
commit
5b0b4824f5
1 changed files with 6 additions and 0 deletions
6
.woodpecker/2-build.yml
Normal file
6
.woodpecker/2-build.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
steps:
|
||||
- name: build-binary-UT-lin/amd64
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go get -v -d ./...
|
||||
- go build -a -installsuffix cgo -o linux-amd64 .
|
Reference in a new issue