try disable cgo

This commit is contained in:
kongfei 2022-06-14 19:10:14 +08:00
parent 854988dfd7
commit e9e942bddd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ builds:
main: ./
binary: categraf
env:
- CGO_ENABLED=1
- CGO_ENABLED=0
goos:
- linux
- windows