This commit is contained in:
parent
a0c8182c28
commit
862517d724
16
.ko.yaml
Normal file
16
.ko.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
defaultPlatforms:
|
||||
- linux/amd64
|
||||
defaultBaseImage: alpine:latest
|
||||
builds:
|
||||
- id: article
|
||||
dir: . # default is .
|
||||
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"
|
Loading…
x
Reference in New Issue
Block a user