cyberark / kubeletctl

A client for kubelet
Apache License 2.0
713 stars 81 forks source link

Adding linux/arm64 support and Update Makefile #42

Open regevnoam1 opened 1 month ago

regevnoam1 commented 1 month ago

Adding Arm64 Support.

In addition - gox library is deprecated so change the build making by using go command - GOARCH=arm64 GOOS=linux go build. Also adding option to a specific build by using make (os)(arch) for example make windows_amd64 will make a exec for windows with amd64 architecture.