Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tietew committed Jun 26, 2024
1 parent cce10b1 commit 2e48d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-codebuild/lib/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,7 @@ export class LinuxBuildImage implements IBuildImage {
* */
public static readonly AMAZON_LINUX_2_ARM_2 = LinuxArmBuildImage.AMAZON_LINUX_2_STANDARD_2_0;
/**
* Image "aws/codebuild/amazonlinux2-aarch64-standard:2.0".
* Image "aws/codebuild/amazonlinux2-aarch64-standard:3.0".
* @see {LinuxArmBuildImage.AMAZON_LINUX_2_STANDARD_3_0}
* */
public static readonly AMAZON_LINUX_2_ARM_3 = LinuxArmBuildImage.AMAZON_LINUX_2_STANDARD_3_0;
Expand Down

0 comments on commit 2e48d50

Please sign in to comment.