watcher/.ko.yaml
timerzz 2206fa9a95
Some checks failed
Build image / build (push) Failing after 2m25s
feat 重构watcher
2024-11-30 20:26:39 +08:00

17 lines
371 B
YAML

defaultPlatforms:
- linux/amd64
defaultBaseImage: alpine:latest
builds:
- id: watcher
dir: . # default is .
main: ./cmd
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"