aws-amplify / aws-amplify/amplify-cli
Support windows + linux aarch64
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
### 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
```bash
$ 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:
- [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- [X] I have removed any sensitive information from my code snippets and submission.
Contributor guide
Assessment
This issue has not been assessed yet.