disable CGO
This commit is contained in:
parent
dc13a46d00
commit
5b6b079ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ steps:
|
||||||
"Run build":
|
"Run build":
|
||||||
image: *golang_image
|
image: *golang_image
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- CGO_ENABLED=0 go build
|
||||||
|
|
||||||
"Publish":
|
"Publish":
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue