We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf26be commit 606b2feCopy full SHA for 606b2fe
.goreleaser.yml
@@ -153,11 +153,7 @@ builds:
153
- darwin
154
- linux
155
- windows
156
- - openbsd
157
- - netbsd
158
- - freebsd
159
goarch:
160
- - "386"
161
- amd64
162
- arm
163
- arm64
@@ -166,26 +162,14 @@ builds:
166
- "6"
167
- "7"
168
164
ignore:
169
- - goarch: "386"
170
- goos: darwin
171
165
- goarch: arm
172
goos: windows
173
174
- goos: windows
175
176
- goos: openbsd
177
- - goarch: riscv
178
179
- goarch: riscv64
180
181
182
goos: darwin
183
184
185
- - goarch: riscv64
186
187
188
- goos: netbsd
189
env:
190
- CGO_ENABLED=0
191
0 commit comments