1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

.goreleaser.yml: Use CGO_ENABLED=0

This commit is contained in:
Andrey Nering 2018-06-24 10:51:04 -03:00
parent f4d3855528
commit 3b152a38b0

View File

@ -11,6 +11,8 @@ build:
ignore:
- goos: darwin
goarch: 386
env:
- CGO_ENABLED=0
archive:
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"