Skip to content

Commit

Permalink
chore(codebuild): fix the comment at CodeBuildImage.AMAZON_LINUX_2_AR…
Browse files Browse the repository at this point in the history
…M_3 (#30670)

### Description of changes

Fixed typo in the comment at CodeBuildImage.AMAZON_LINUX_2_ARM_3.

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Tietew authored Jun 26, 2024
1 parent 3264b9b commit 7f5aea6
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 7f5aea6

Please # to comment.