provider/.ko.yaml
timerzz c68b166a3f
Some checks failed
Build image / build (push) Failing after 12s
feat 添加构建
2024-08-27 14:23:17 +08:00

17 lines
370 B
YAML

defaultPlatforms:
- linux/amd64
defaultBaseImage: alpine:latest
builds:
- id: spider
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"