We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48220f commit 048975eCopy full SHA for 048975e
packages/aws-cdk-lib/aws-codebuild/lib/linux-arm-build-image.ts
@@ -42,7 +42,7 @@ export class LinuxArmBuildImage implements IBuildImage {
42
public static readonly AMAZON_LINUX_2_STANDARD_3_0 = LinuxArmBuildImage.fromCodeBuildImageId('aws/codebuild/amazonlinux2-aarch64-standard:3.0');
43
44
/**
45
- * @returns a x86-64 Linux build image from a Docker Hub image.
+ * @returns a aarch-64 Linux build image from a Docker Hub image.
46
*/
47
public static fromDockerRegistry(name: string, options: DockerImageOptions = {}): IBuildImage {
48
return new LinuxArmBuildImage({
0 commit comments