mirror of
https://github.com/jwhited/wgsd.git
synced 2025-01-18 13:59:34 +08:00
30 lines
434 B
YAML
30 lines
434 B
YAML
|
before:
|
||
|
hooks:
|
||
|
- go mod download
|
||
|
builds:
|
||
|
- id: coredns
|
||
|
main: ./cmd/coredns/main.go
|
||
|
binary: coredns
|
||
|
env:
|
||
|
- CGO_ENABLED=0
|
||
|
goos:
|
||
|
- linux
|
||
|
goarch:
|
||
|
- amd64
|
||
|
- 386
|
||
|
- arm
|
||
|
- arm64
|
||
|
|
||
|
- id: wgsd-client
|
||
|
main: ./cmd/wgsd-client/main.go
|
||
|
binary: wgsd-client
|
||
|
env:
|
||
|
- CGO_ENABLED=0
|
||
|
goos:
|
||
|
- linux
|
||
|
goarch:
|
||
|
- amd64
|
||
|
- 386
|
||
|
- arm
|
||
|
- arm64
|