Skip to content

Commit 9a87e6f

Browse files
committed
Update goreleaser
1 parent a4ae369 commit 9a87e6f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.goreleaser.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
# Make sure to check the documentation at http://goreleaser.com
33
---
44
archives:
5-
-
6-
replacements:
7-
386: i386
8-
amd64: x86_64
9-
darwin: Darwin
10-
linux: Linux
11-
windows: Windows
5+
- id: revive
6+
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
127
before:
138
hooks:
149
- "go mod download"

0 commit comments

Comments
 (0)