Skip to content

Commit

Permalink
Use aarch64 for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jan 14, 2025
1 parent cb79330 commit 3df264b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spire/cd/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1437,9 +1437,9 @@ Resources:
Description: Runs acceptance tests for PRX platform
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
Image: aws/codebuild/amazonlinux-aarch64-standard:3.0
PrivilegedMode: true
Type: LINUX_CONTAINER
Type: ARM_CONTAINER
Name: !Sub ${AWS::StackName}-AcceptanceTests
ServiceRole: !GetAtt AcceptanceTestsCodeBuildRole.Arn
Source:
Expand Down

0 comments on commit 3df264b

Please sign in to comment.