anthos-service-mesh-packages icon indicating copy to clipboard operation
anthos-service-mesh-packages copied to clipboard

install_asm uses kpt binary for ARM (M1) per default for darwin

Open danistrebel opened this issue 3 years ago • 1 comments

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.

danistrebel avatar Jul 05 '21 07:07 danistrebel

That's a great point. I only noticed the ARM build when I looked the first time. I'll get that fixed soon.

zerobfd avatar Jul 07 '21 16:07 zerobfd