Skip to content

Commit 048975e

Browse files
authored
docs(codebuild): updated Linux build image return type in doc (#31718)
### Issue # (if applicable) Closes #31717 ### Reason for this change It should be in sync with the description as mentioned in here https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codebuild.LinuxArmBuildImage.html ### 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*
1 parent f48220f commit 048975e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-codebuild/lib/linux-arm-build-image.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class LinuxArmBuildImage implements IBuildImage {
4242
public static readonly AMAZON_LINUX_2_STANDARD_3_0 = LinuxArmBuildImage.fromCodeBuildImageId('aws/codebuild/amazonlinux2-aarch64-standard:3.0');
4343

4444
/**
45-
* @returns a x86-64 Linux build image from a Docker Hub image.
45+
* @returns a aarch-64 Linux build image from a Docker Hub image.
4646
*/
4747
public static fromDockerRegistry(name: string, options: DockerImageOptions = {}): IBuildImage {
4848
return new LinuxArmBuildImage({

0 commit comments

Comments
 (0)