Update goreleaser config
This commit is contained in:
parent
d0751706b3
commit
d96414fa9f
@ -2,11 +2,24 @@ builds:
|
|||||||
- binary: ffuf
|
- binary: ffuf
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
|
- windows
|
||||||
|
- freebsd
|
||||||
|
- openbsd
|
||||||
|
- darwin
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
|
- 386
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
|
replacements:
|
||||||
|
darwin: macOS
|
||||||
|
format_overrides:
|
||||||
|
- goos: windows
|
||||||
|
format: zip
|
||||||
|
|
||||||
sign:
|
sign:
|
||||||
artifacts: checksum
|
artifacts: checksum
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user