Replies: 1 comment 1 reply
-
We are using debian / Ubuntu on our nagios servers. No interest in Windows :-) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What
Originally posted to GH-160:
Windows binaries were dropped from the v0.13.0 release, but can be brought back if there is sufficient interest.
Local builds
Support for building Windows binaries locally is possible via:
env GOOS=windows GOARCH=386 go build ./cmd/PLUGIN
env GOOS=windows GOARCH=amd64 go build ./cmd/PLUGIN
Makefile
buildsmake windows
make all
How to provide feedback
Beta Was this translation helpful? Give feedback.
All reactions