You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+1 for the issue.
It's there in the latest wsk build as well.
I think there's definitely some issue with the MacOS 386 build, and should be fixed if it's really needed to be a separate release from amd_64 sibling.
@shazron Your workaround suggestion works, thanks. 👍
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
tox86_64
in any zip filenames under the Releases tab.Expected
When I type
wsk
in the terminal, it runsActual
When I type
wsk
in the terminal, it shows the error messagebad CPU type in executable: wsk
Steps to reproduce:
OpenWhisk_CLI-latest-mac-386.zip
file fromhttps://github.com/apache/incubator-openwhisk-cli/releases/tag/latest
wsk
Workaround
Download the
OpenWhisk_CLI-latest-mac-amd64.zip
bundle instead, and run thewsk
executable in thereSuggested Fix
OpenWhisk_CLI-latest-mac-amd64.zip
toOpenWhisk_CLI-latest-mac-x86_64.zip
The text was updated successfully, but these errors were encountered: