-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request awscli 2: ARM builds #4943
Comments
This is a reasonable request. There's definitely some details we'll need to workout as I'm not entirely sure what the state of ARM compatibility is across different distros/hardware. It looks like there's a manylinux2014 docker image for aarch64 that we might be able to use for the builds. Marking as a feature request. |
Don't forget A1 instance family 😉 https://aws.amazon.com/ec2/instance-types/a1/ |
Just a heads up, I had to touch a little bit of everything to get V2 building on arm6l which is the ISA on a few popular ARM devices like the Raspberry Pi Zero. |
Here's the steps I used to install on a a1 instance running Amazon Linux 2.
|
@thimslugga Thank you so much, turns out I've been playing whack-a-mole with my distros package manager and environment. I got it building on arm6l without any trouble. |
AWS CLI v2 builds for aarch64 are now being published. This supports the ARM EC2 instances and any other platforms running a 64-bit OS on an ARM v8 or higher processor. Here's the blog post announcing this: I'll leave the feature request open as it seems there's still some interest in 32bit builds for older ARM platforms. |
Please support 32-bits raspbian ! |
Raspbian is the big missing piece here which is unfortunately a blocker for a project I'm working on currently. It should be (relatively) trivial to add 32-bit ARMHF builds if ARM64 is building already. |
IoT IS Raspberry and Raspberry IS IoT |
how to build for older architectures ? I need it for armhf? |
The new docs don't mention ARM. I used the previous cli in some bash scripts on arm devices. it would be cool if there were official arm builds. Thanks for your hard work!
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html
The text was updated successfully, but these errors were encountered: