You've already forked prometheus-fail2ban-exporter
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:
@ -8,7 +8,6 @@ builds:
|
||||
dir: src
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
|
Reference in New Issue
Block a user