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
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
--
What operating system are you using?
Ubuntu 24.04 on WSL, Windows 11, aarch64
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
$ curl -sL https://aws-amplify.github.io/amplify-cli/install | bash &&$SHELL
Installing the AWS Amplify CLI...
Sorry, there's no Amplify CLI binary installer available for aarch64 architecture.Error: Amplify CLI failed to install. Check your internet connection and try again.If this error still occurs, install the CLI using NPM: npm i -g @aws-amplify/cli
Expected behavior
Amplify installs.
Reproduction steps
On windows on ARM, in WSL, try running curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL it fails. npm install succeeds.
Project Identifier
No response
Log output
# Put your logs below this line
Additional information
No response
Before submitting, please confirm:
I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
I have removed any sensitive information from my code snippets and submission.
The text was updated successfully, but these errors were encountered:
How did you install the Amplify CLI?
curl
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
--
What operating system are you using?
Ubuntu 24.04 on WSL, Windows 11, aarch64
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
Expected behavior
Amplify installs.
Reproduction steps
On windows on ARM, in WSL, try running
curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL
it fails. npm install succeeds.Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: