chore: update goreleaser builds
This commit is contained in:
parent
aac3959dc7
commit
b27b32700c
|
@ -7,21 +7,30 @@ builds:
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
|
||||||
- windows
|
|
||||||
- darwin
|
- darwin
|
||||||
|
- linux
|
||||||
|
- freebsd
|
||||||
|
- windows
|
||||||
|
- js
|
||||||
goarch:
|
goarch:
|
||||||
- 386
|
|
||||||
- amd64
|
- amd64
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- arm64
|
||||||
|
- wasm
|
||||||
goarm:
|
goarm:
|
||||||
- 6
|
|
||||||
- 7
|
- 7
|
||||||
|
goamd64:
|
||||||
|
- v2
|
||||||
|
ignore:
|
||||||
|
- goos: windows
|
||||||
|
goarch: 386
|
||||||
|
- goos: windows
|
||||||
|
goarm: 6
|
||||||
|
- goos: windows
|
||||||
|
goarm: 7
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- id: sclient-binary
|
||||||
386: i386
|
format: tar.xz
|
||||||
amd64: x86_64
|
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
|
Loading…
Reference in New Issue