seller/.ko.yaml
timerzz f4bd8ccbe4
All checks were successful
Build image / build (push) Successful in 2m26s
feat 添加出货商
2024-08-27 16:56:53 +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"