File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 88builds :
99 - env :
1010 - CGO_ENABLED=0
11- mod_timestamp : ' {{ .CommitTimestamp }}'
12- binary : terrafetch
1311 goos :
1412 - linux
1513 - freebsd
@@ -33,19 +31,23 @@ nfpms:
3331 license : Apache 2.0
3432
3533archives :
36- - format : tar.gz
34+ - id : tar
35+ formats :
36+ - tar.gz
3737 name_template : >-
3838 {{ .ProjectName }}_
3939 {{- title .Os }}_
4040 {{- if eq .Arch "amd64" }}x86_64
4141 {{- else if eq .Arch "386" }}i386
4242 {{- else }}{{ .Arch }}{{ end }}
4343 {{- if .Arm }}v{{ .Arm }}{{ end }}
44- - format : binary
44+ - id : binary
45+ formats :
46+ - binary
4547 name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
4648 format_overrides :
4749 - goos : windows
48- format : zip
50+ formats : [ zip]
4951
5052changelog :
5153 sort : asc
You can’t perform that action at this time.
0 commit comments