Skip to content

Commit

Permalink
Constrain ID tasks to aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jan 23, 2025
1 parent d89c8aa commit e7a5ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/apps/id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Resources:
TargetGroupArn: !Ref TargetGroup
PlacementConstraints:
- Type: memberOf
Expression: attribute:ecs.cpu-architecture == x86_64
Expression: attribute:ecs.cpu-architecture == arm64
PropagateTags: TASK_DEFINITION
Tags:
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
Expand Down

0 comments on commit e7a5ecd

Please sign in to comment.