.woodpecker/build-latest.yml aktualisiert

This commit is contained in:
Phil 2024-04-19 16:20:56 +02:00
parent 09dd5829f8
commit 9f5be38a53

View file

@ -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 .