Skip to content

Commit 3b6cc63

Browse files
committed
Changed the build image for the pipelines
* The previously selected image include Node 10 & 12 which does not meet the project requirements.
1 parent e571ea0 commit 3b6cc63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/pipeline-stack.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class PipelineStack extends Stack {
7474
},
7575
}),
7676
environment: {
77-
buildImage: LinuxBuildImage.AMAZON_LINUX_2_ARM_2,
77+
buildImage: LinuxBuildImage.STANDARD_6_0,
7878
},
7979
encryptionKey: key
8080
});
@@ -101,7 +101,7 @@ export class PipelineStack extends Stack {
101101
},
102102
}),
103103
environment: {
104-
buildImage: LinuxBuildImage.AMAZON_LINUX_2_ARM_2,
104+
buildImage: LinuxBuildImage.STANDARD_6_0,
105105
},
106106
encryptionKey: key
107107
});

0 commit comments

Comments
 (0)