remove: windows builds
Update the goreleaser config to remove windows builds. It doesn't make sense to build binaries for windows because fail2ban does not provide any binary for windows. If windows support is required, docker can be used.
This commit is contained in:
parent
d8ce799223
commit
0b6a941b38
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ builds:
|
|||
dir: src
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
|
|
Loading…
Reference in a new issue