kubearmor-client icon indicating copy to clipboard operation
kubearmor-client copied to clipboard

Error compiling kArmor for Windows

Open daemon1024 opened this issue 3 years ago • 1 comments

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

daemon1024 avatar Mar 15 '22 14:03 daemon1024

Removed windows from our releases until this issue is addressed.

daemon1024 avatar Mar 15 '22 14:03 daemon1024

resolved with https://github.com/kubearmor/kubearmor-client/pull/471

Aryan-sharma11 avatar Jan 16 '25 11:01 Aryan-sharma11