Skip to content

Commit 6f59f70

Browse files
authored
fix: update ubuntu arm64 config to use large instance type (#996)
Signed-off-by: Cezar Rata <ceradev@amazon.com>
1 parent 0617b7f commit 6f59f70

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/utils.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ export const CODEBUILD_STACKS: CodeBuildStackArgs[] = [
3838
arch: 'arm64',
3939
amiSearchString: 'ubuntu/images/hvm-ssd/ubuntu*22.04*',
4040
environmentType: codebuild.EnvironmentType.ARM_EC2,
41-
buildImageOS: BuildImageOS.LINUX
41+
buildImageOS: BuildImageOS.LINUX,
42+
fleetProps: {
43+
computeType: codebuild.FleetComputeType.LARGE,
44+
baseCapacity: 1,
45+
}
4246
},
4347
{
4448
project: 'finch-daemon',

0 commit comments

Comments
 (0)