cli
cli copied to clipboard
Add arm64 build output
Support for apple M1 silicon
Nice work @SimonyanG! Would love to see this hit default branch. Surprised this wasn't already implemented.
Building this locally got me unblocked. Appreciate you @SimonyanG 🙌🏼
cli $ CROSS=1 make build
...
...
cli $ find build/bin -name *arm64
build/bin/rancher_darwin-arm64
cli $ ./build/bin/rancher_darwin-arm64 --version
rancher version c042581
Bumping this for someone to take a look :)
Please implement this :)