We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbf31f commit 47a37b7Copy full SHA for 47a37b7
.goreleaser.yml
@@ -4,7 +4,7 @@ before:
4
hooks:
5
builds:
6
- env:
7
- - CGO_ENABLED=1
+ - CGO_ENABLED=0
8
goos:
9
- linux
10
- darwin
@@ -17,7 +17,6 @@ builds:
17
18
archives:
19
- format: tar.gz
20
- # this name template makes the OS and Arch compatible with the results of uname.
21
name_template: >-
22
opencode-
23
{{- if eq .Os "darwin" }}mac-
@@ -27,7 +26,6 @@ archives:
27
26
{{- else if eq .Arch "#86" }}i386
28
{{- else }}{{ .Arch }}{{ end }}
29
{{- if .Arm }}v{{ .Arm }}{{ end }}
30
- # use zip for windows archives
31
format_overrides:
32
- goos: windows
33
format: zip
0 commit comments