fabfuel / ecs-deploy

Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Other
843 stars 145 forks source link

add runtime-platform parameter #190

Closed mheiges closed 2 years ago

mheiges commented 2 years ago

Add support for the ECS task definition parameter runtimePlatform. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform

fabfuel commented 2 years ago

The build does not appear in Travis and I can not restart it. Let's see if the build is triggered correctly when you push the typo fixes.

Best Fabian

mheiges commented 2 years ago

Thanks, Fabian. Now I've got an issue with Python 2.7 tests; I'm looking into it.