mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
.goreleaser.yml: Use CGO_ENABLED=0
This commit is contained in:
@@ -11,6 +11,8 @@ build:
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
||||
archive:
|
||||
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
|
||||
|
||||
Reference in New Issue
Block a user