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: ./ main: ./
binary: categraf binary: categraf
env: env:
- CGO_ENABLED=1 - CGO_ENABLED=0
goos: goos:
- linux - linux
- windows - windows