mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Update goreleaser config
This commit is contained in:
parent
d0751706b3
commit
d96414fa9f
1 changed files with 13 additions and 0 deletions
|
@ -2,11 +2,24 @@ builds:
|
|||
- binary: ffuf
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- freebsd
|
||||
- openbsd
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- 386
|
||||
- arm
|
||||
- arm64
|
||||
|
||||
|
||||
archive:
|
||||
format: tar.gz
|
||||
replacements:
|
||||
darwin: macOS
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
|
||||
sign:
|
||||
artifacts: checksum
|
||||
|
|
Loading…
Reference in a new issue