.woodpecker/build-latest.yml aktualisiert

This commit is contained in:
Phil 2024-04-19 16:21:55 +02:00
parent 9f5be38a53
commit 87bddf63a2

View file

@ -4,3 +4,14 @@ steps:
commands:
- go get -v -d ./...
- go build -a -installsuffix cgo -o linux-amd64 .
services:
docker:
image: docker:24-dind
commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true
depends_on:
- check-format
- check-sec