You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-infrastructure/codebuild-devbuild-stack.yml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Resources:
34
34
ConcurrentBuildLimit: 10
35
35
Description: A CodeBuild project to build artifacts (AMD/x86_64). Builds are triggered by PR creation, updates, and merges, and artifacts are saved in S3
36
36
Environment:
37
-
ComputeType: BUILD_GENERAL1_SMALL
37
+
ComputeType: BUILD_GENERAL1_MEDIUM
38
38
Image: 'public.ecr.aws/lts/ubuntu:20.04'
39
39
ImagePullCredentialsType: CODEBUILD
40
40
PrivilegedMode: false
@@ -63,7 +63,7 @@ Resources:
63
63
ConcurrentBuildLimit: 10
64
64
Description: A CodeBuild project to build artifacts (ARM). Builds are triggered by PR creation, updates, and merges, and artifacts are saved in S3
65
65
Environment:
66
-
ComputeType: BUILD_GENERAL1_SMALL
66
+
ComputeType: BUILD_GENERAL1_MEDIUM
67
67
Image: 'public.ecr.aws/lts/ubuntu:20.04'
68
68
ImagePullCredentialsType: CODEBUILD
69
69
PrivilegedMode: false
@@ -92,7 +92,7 @@ Resources:
92
92
ConcurrentBuildLimit: 10
93
93
Description: A CodeBuild project to build artifacts (ARM). Builds are triggered by PR creation, updates, and merges, and artifacts are saved in S3
Description: A CodeBuild project to build artifacts (AMD/x86_64). Builds are triggered by PR creation, updates, and merges, and artifacts are saved in S3
# Creates a CodeBuild project for Amazon Linux 2 ARM
139
+
# Creates a CodeBuild project for Amazon Linux 2 ARM
140
140
Amzn2ArmProject:
141
141
Type: 'AWS::CodeBuild::Project'
142
142
Properties:
@@ -152,7 +152,7 @@ Resources:
152
152
ConcurrentBuildLimit: 10
153
153
Description: A CodeBuild project to build artifacts (ARM) on Amazon Linux 2. Builds are triggered by PR creation, updates, and merges, and artifacts are saved in S3.
Description: A CodeBuild project to build artifacts (AMD/x86_64) on Amazon Linux 2. Builds are triggered by PR creation, updates, and merges, and artifacts are saved in S3.
Description: A CodeBuild project to build artifacts (ARM) on Amazon-Linux 2023. Builds are triggered by PR creation, updates, and merges, and artifacts are saved in S3.
Description: A CodeBuild project to build artifacts (AMD/x86_64) on Amazon-Linux 2023. Builds are triggered by PR creation, updates, and merges, and artifacts are saved in S3.
0 commit comments