Skip to content

Commit 8fe26a7

Browse files
authored
fix: update goreleaser.yml (#22)
1 parent 30a6789 commit 8fe26a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.goreleaser.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ builds:
55
- darwin
66
goarch:
77
- amd64
8-
9-
archive:
10-
format: binary
11-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
8+
env:
9+
- CGO_ENABLED=0
10+
archives:
11+
- format: binary
12+
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

0 commit comments

Comments
 (0)