We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4934a commit 47e081aCopy full SHA for 47e081a
.goreleaser.yml
@@ -18,7 +18,7 @@ builds:
18
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
19
gcflags:
20
- >-
21
- {{- if ne .Env.DEBUG "" }}all=-N -l{{- end }}
+ {{- if ne (index .Env "DEBUG") "" }}all=-N -l{{- end }}
22
targets:
23
- darwin_amd64
24
- darwin_arm64
0 commit comments