aws / amazon-ecs-cli

The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html
Other
1.78k stars 303 forks source link

Support arm64 builds #1128

Closed SoManyHs closed 3 years ago

SoManyHs commented 3 years ago

Context

Currently, the ecs-cli is only being built for amd64 and windows. It would be helpful to support an arm64 binary as well, given that the ecs-cli is used in the codebuild image.


This is a :rocket: Feature Request

bvtujo commented 3 years ago

Closing as we do have Arm releases in our pipeline.