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.
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.
[ ] :wave: I may be able to implement this feature request
[ ] :warning: This feature might incur a breaking change
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