cli icon indicating copy to clipboard operation
cli copied to clipboard

Add arm64 build output

Open SimonyanG opened this issue 2 years ago • 3 comments

Support for apple M1 silicon

SimonyanG avatar Dec 21 '22 05:12 SimonyanG

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

bubbaksmith avatar Feb 16 '23 15:02 bubbaksmith

Bumping this for someone to take a look :)

e-minguez avatar Apr 24 '23 11:04 e-minguez

Please implement this :)

simonostendorf avatar Feb 27 '24 19:02 simonostendorf