Skip to content

Commit 1f01859

Browse files
committed
Tidy up goreleaser config
1 parent 4be8957 commit 1f01859

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builds:
2626
- openbsd
2727
- windows
2828
goarch:
29-
- "386"
29+
- 386
3030
- amd64
3131
- arm
3232
- arm64
@@ -36,7 +36,7 @@ builds:
3636
- ""
3737
ignore:
3838
- goos: darwin
39-
goarch: "386"
39+
goarch: 386
4040
- goos: linux
4141
goarch: amd64
4242
- id: chezmoi-cgo-snap
@@ -60,7 +60,7 @@ builds:
6060
goos:
6161
- linux
6262
goarch:
63-
- "386"
63+
- 386
6464
- arm64
6565

6666
archives:
@@ -78,21 +78,6 @@ archives:
7878
- goos: windows
7979
format: zip
8080

81-
checksum:
82-
name_template: "checksums.txt"
83-
84-
snapshot:
85-
name_template: "{{ .Tag }}-next"
86-
87-
changelog:
88-
sort: asc
89-
filters:
90-
exclude:
91-
- "^docs:"
92-
- "^test:"
93-
- "Merge pull request"
94-
- "Merge branch"
95-
9681
nfpms:
9782
- builds:
9883
- chezmoi-cgo

0 commit comments

Comments
 (0)