Skip to content

Commit 583350f

Browse files
committed
bump releaser config
1 parent 2893896 commit 583350f

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.goreleaser.yml

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1-
before:
2-
hooks:
3-
- go mod download
41
builds:
52
- env:
63
- CGO_ENABLED=0
74
goos:
85
- linux
96
- windows
107
- darwin
11-
archives:
12-
- replacements:
13-
darwin: Darwin
14-
linux: Linux
15-
windows: Windows
16-
386: i386
17-
amd64: x86_64
18-
checksum:
19-
name_template: 'checksums.txt'
8+
goarch:
9+
- amd64
10+
- arm64
11+
2012
snapshot:
2113
name_template: "{{ .Tag }}-next"
2214
changelog:
@@ -25,3 +17,4 @@ changelog:
2517
exclude:
2618
- '^docs:'
2719
- '^test:'
20+

0 commit comments

Comments
 (0)