CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

[semver:minor] fix issue #137: add runtimePlatform to the Orb command parameters. #141

Closed ddemydenko closed 2 years ago

ddemydenko commented 2 years ago

Close https://github.com/CircleCI-Public/aws-ecs-orb/issues/137 This PR is for supporting runtimePlatform parameter of task definition for ECS service.

ddemydenko commented 2 years ago

@lokst I've added support for runtimePlatform. Any chance you could review it and publish

brivu commented 2 years ago

Addressed in PR #155