Skip to content
2 changes: 1 addition & 1 deletion infra/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Resources:
Type: NO_ARTIFACTS
Environment:
# architecture should match the architecture in UserLambdaConfig
Type: LINUX_ARM_CONTAINER
Type: ARM_CONTAINER
ComputeType: BUILD_GENERAL1_SMALL
Image: "aws/codebuild/amazonlinux-aarch64-standard:2.0"
PrivilegedMode: true # required for Docker builds
Expand Down
Loading