Skip to content

Commit b1d6ea7

Browse files
authored
Merge pull request #27 from josebagar/master
Use `LinuxBuildImage.STANDARD_5_0` as the build image
2 parents e571ea0 + 9a8d137 commit b1d6ea7

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_5_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_5_0,
105105
},
106106
encryptionKey: key
107107
});

0 commit comments

Comments
 (0)