Skip to content

Commit 70123f8

Browse files
committed
Fix task runtime platform
1 parent 8af85cd commit 70123f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theworld/terra/templates/apps/wordpress.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@ Resources:
420420
NetworkMode: awsvpc
421421
RequiresCompatibilities:
422422
- FARGATE
423+
RuntimePlatform:
424+
CpuArchitecture: ARM64
425+
OperatingSystemFamily: LINUX
423426
Tags:
424427
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
425428
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }

0 commit comments

Comments
 (0)