.woodpecker/build-latest.yml aktualisiert
This commit is contained in:
parent
9f5be38a53
commit
87bddf63a2
1 changed files with 12 additions and 1 deletions
|
@ -3,4 +3,15 @@ steps:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
commands:
|
commands:
|
||||||
- go get -v -d ./...
|
- go get -v -d ./...
|
||||||
- go build -a -installsuffix cgo -o linux-amd64 .
|
- 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
|
Loading…
Add table
Reference in a new issue