in src/helpers.ts [4:10]
export function getKubectlArch(): string { const arch = os.arch() if (arch === 'x64') { return 'amd64' } return arch }