Description
This issue is purely informational (for search engines). macOS 10.15 Catalina can only run 64-bit apps. When downloading an executable from the Releases page, a user may be confused if they only have an Intel CPU, that they may not install the amd64 bit version, and use the 386 version instead. Suggest rename to amd64 to x86_64 in any zip filenames under the Releases tab.
Expected
When I type wsk in the terminal, it runs
Actual
When I type wsk in the terminal, it shows the error message bad CPU type in executable: wsk
Steps to reproduce:
- Install macOS 10.15 Catalina (Intel CPU)
- Download the
OpenWhisk_CLI-latest-mac-386.zip file from
https://github.com/apache/incubator-openwhisk-cli/releases/tag/latest
- Unzip the file
- Run
wsk
Workaround
Download the OpenWhisk_CLI-latest-mac-amd64.zip bundle instead, and run the wsk executable in there
Suggested Fix
- Rename
OpenWhisk_CLI-latest-mac-amd64.zip to OpenWhisk_CLI-latest-mac-x86_64.zip
Description
This issue is purely informational (for search engines). macOS 10.15 Catalina can only run 64-bit apps. When downloading an executable from the Releases page, a user may be confused if they only have an Intel CPU, that they may not install the amd64 bit version, and use the 386 version instead. Suggest rename to
amd64tox86_64in any zip filenames under the Releases tab.Expected
When I type
wskin the terminal, it runsActual
When I type
wskin the terminal, it shows the error messagebad CPU type in executable: wskSteps to reproduce:
OpenWhisk_CLI-latest-mac-386.zipfile fromhttps://github.com/apache/incubator-openwhisk-cli/releases/tag/latest
wskWorkaround
Download the
OpenWhisk_CLI-latest-mac-amd64.zipbundle instead, and run thewskexecutable in thereSuggested Fix
OpenWhisk_CLI-latest-mac-amd64.ziptoOpenWhisk_CLI-latest-mac-x86_64.zip