cgo enable

This commit is contained in:
kongfei 2022-06-05 17:07:48 +08:00
parent fd17ea878d
commit cfb8f690b7
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ builds:
main: ./
binary: categraf
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
- windows
@ -38,4 +38,4 @@ release:
github:
owner: flashcatcloud
name: categraf
name_template: "{{ .ProjectName }}-v{{ .Version }}"
name_template: "{{ .ProjectName }}-v{{ .Version }}"