Skip to content

Commit b2dbe4b

Browse files
committed
fix node env variable
1 parent 6819d13 commit b2dbe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Resources:
265265
RunEnvironment: !Ref RunEnvironment
266266
EntraRoleArn: !GetAtt AppSecurityRoles.Outputs.EntraFunctionRoleArn
267267
LinkryKvArn: !GetAtt LinkryRecordsCloudfrontStore.Arn
268-
AWS_CRT_NODEJS_BINARY_RELATIVE_PATH: node_modules/aws-crt/dist/bin/linux-x64-glibc/aws-crt-nodejs.node
268+
AWS_CRT_NODEJS_BINARY_RELATIVE_PATH: node_modules/aws-crt/dist/bin/linux-arm64-glibc/aws-crt-nodejs.node
269269
ORIGIN_VERIFY_KEY: !Join ['-', ['secret', !Select [4, !Split ['-', !Select [2, !Split ['/', !Ref AWS::StackId]]]]]]
270270
VpcConfig:
271271
Ipv6AllowedForDualStack: !If [ShouldAttachVpc, True, !Ref AWS::NoValue]

0 commit comments

Comments
 (0)