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