File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ builds:
95
95
# format_overrides:
96
96
# - goos: windows
97
97
# format: zip
98
- # name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
98
+ # name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}{{ if .Arm }}v{{ .Arm }}{{ end }} "
99
99
# replacements:
100
100
# amd64: 64bit
101
101
# 386: 32bit
@@ -112,21 +112,11 @@ builds:
112
112
# - README.md
113
113
# - LICENSE.md
114
114
archives :
115
+ - id : packaging
116
+ name_template : " {{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}{{ if .Arm }}v{{ .Arm }}{{ end }}"
115
117
- format_overrides :
116
118
- goos : windows
117
119
format : zip
118
- replacements :
119
- amd64 : 64bit
120
- 386 : 32bit
121
- arm : ARM
122
- arm64 : ARM64
123
- darwin : macOS
124
- linux : Linux
125
- windows : Windows
126
- openbsd : OpenBSD
127
- netbsd : NetBSD
128
- freebsd : FreeBSD
129
- dragonfly : DragonFlyBSD
130
120
checksum :
131
121
name_template : ' checksums.txt'
132
122
changelog :
You can’t perform that action at this time.
0 commit comments