mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02: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