17 lines
372 B
YAML
17 lines
372 B
YAML
|
defaultPlatforms:
|
||
|
- linux/amd64
|
||
|
defaultBaseImage: alpine:latest
|
||
|
builds:
|
||
|
- id: watcher
|
||
|
dir: . # default is .
|
||
|
main: ./main
|
||
|
env:
|
||
|
- CGO_ENABLED=0
|
||
|
- GOPROXY=https://goproxy.cn,direct
|
||
|
- GOPRIVATE=gitea.timerzz.com
|
||
|
- GONOSUMDB=gitea.timerzz.com
|
||
|
- GONOPROXY=gitea.timerzz.com
|
||
|
ldflags:
|
||
|
- -s -w
|
||
|
- -extldflags "-static"
|