We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df703f7 commit 7fc6b35Copy full SHA for 7fc6b35
1 file changed
.goreleaser.yml
@@ -8,6 +8,7 @@ builds:
8
- linux_arm
9
- windows_amd64
10
flags:
11
+ - -a
12
- -trimpath
13
ldflags:
14
- -s -w -X main.version={{.Version}} -extldflags "-static"
@@ -22,6 +23,7 @@ archives:
22
23
- README.md
24
- LICENSE
25
wrap_in_directory: true
26
+ name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
27
release:
28
draft: true
29
github:
0 commit comments