kubearmor-client
kubearmor-client copied to clipboard
Error compiling kArmor for Windows
Recent cilium dep introduced in #45 is causing issues cross compiling kArmor for the Windows platform.
Error log can be found at https://github.com/kubearmor/kubearmor-client/runs/5549174379?check_suite_focus=true
To reproduce the issue run:
env GOOS=windows CGO_ENABLED=0 go build -o karmor
Removed windows from our releases until this issue is addressed.
resolved with https://github.com/kubearmor/kubearmor-client/pull/471