mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Add unsupported arch/os to goreleaser ignore list (#267)
This commit is contained in:
parent
d61ceb3eb2
commit
d05cf280ae
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ builds:
|
|||
- 386
|
||||
- arm
|
||||
- arm64
|
||||
ignore:
|
||||
- goos: freebsd
|
||||
goarch: arm64
|
||||
|
||||
archives:
|
||||
- id: tgz
|
||||
|
|
Loading…
Reference in a new issue