We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be8957 commit 1f01859Copy full SHA for 1f01859
1 file changed
.goreleaser.yaml
@@ -26,7 +26,7 @@ builds:
26
- openbsd
27
- windows
28
goarch:
29
- - "386"
+ - 386
30
- amd64
31
- arm
32
- arm64
@@ -36,7 +36,7 @@ builds:
36
- ""
37
ignore:
38
- goos: darwin
39
- goarch: "386"
+ goarch: 386
40
- goos: linux
41
goarch: amd64
42
- id: chezmoi-cgo-snap
@@ -60,7 +60,7 @@ builds:
60
goos:
61
- linux
62
63
64
65
66
archives:
@@ -78,21 +78,6 @@ archives:
78
- goos: windows
79
format: zip
80
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
96
nfpms:
97
- builds:
98
- chezmoi-cgo
0 commit comments