cgo enable
This commit is contained in:
parent
fd17ea878d
commit
cfb8f690b7
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue