Open danistrebel opened 3 years ago
The ASM installer for kpt uses the arm binary per default.
https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/blob/master/scripts/asm-installer/install_asm#L1556
As a large number of Mac users would still be using an amd64 CPU the installer should pick correctly between the two architectures.
amd64
That's a great point. I only noticed the ARM build when I looked the first time. I'll get that fixed soon.
The ASM installer for kpt uses the arm binary per default.
https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/blob/master/scripts/asm-installer/install_asm#L1556
As a large number of Mac users would still be using an
amd64
CPU the installer should pick correctly between the two architectures.