From aaee870c7fe43ffb873a5152f11baae2c18650bc Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Fri, 20 Dec 2024 16:30:51 -0500 Subject: [PATCH] Fix CI runner image --- ci/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/template.yml b/ci/template.yml index fc7b6991..328e36b5 100644 --- a/ci/template.yml +++ b/ci/template.yml @@ -193,7 +193,7 @@ Resources: - Name: PRX_APPLICATION_CODE_BUCKET Value: Fn::ImportValue: !Sub ${InfrastructureStorageStackName}-InfrastructureApplicationCodeBucket - Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0 + Image: aws/codebuild/amazonlinux-aarch64-standard:3.0 PrivilegedMode: true Type: ARM_CONTAINER Name: !Sub ${AWS::StackName}-ArmRunner