When you try to run any cf repo command, it fails with an error similar to the following:
~ % cf repo upgrade-plan
The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA, F16C].
Please rebuild the executable with an appropriate setting of the -march option.exit status 1
FAILED
Tanzu Cloud Foundry CLI
A repo plugin for a different CPU architecture was installed. For example, the darwin-amd64 repo plugin was installed on an arm64 machine
Reinstall the plugin for the correct CPU architecture
cf uninstall-plugin repo~ % cf install-plugin Downloads/cf-cli-10.4.4+bundle-1.2.11/plugins/repo/v1.6.4/tanzu-repo-darwin_arm64
Attention: Plugins are binaries written by potentially untrusted authors.
Install and use plugins at your own risk.
Do you want to install the plugin Downloads/cf-cli-10.4.4+bundle-1.2.11/plugins/repo/v1.6.4/tanzu-repo-darwin_arm64? [y
N]: y
Installing plugin repo v1.6.4...
OK
Plugin repo v1.6.4 successfully installed.