Skip to content

Commit

Permalink
take into account architecture pr merge
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 31, 2024
1 parent 72d5122 commit f4d4a62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constructs/ecs/__snapshots__/ecs-task.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,10 @@ exports[`The GuEcsTask pattern should support overriding the subnets used by the
"RequiresCompatibilities": [
"FARGATE",
],
"RuntimePlatform": {
"CpuArchitecture": "ARM64",
"OperatingSystemFamily": "LINUX",
},
"Tags": [
{
"Key": "App",
Expand Down

0 comments on commit f4d4a62

Please sign in to comment.