Skip to content

Commit

Permalink
linux build image type change
Browse files Browse the repository at this point in the history
  • Loading branch information
khushail committed Oct 10, 2024
1 parent c1b240e commit cfaab88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class LinuxArmBuildImage implements IBuildImage {
public static readonly AMAZON_LINUX_2_STANDARD_3_0 = LinuxArmBuildImage.fromCodeBuildImageId('aws/codebuild/amazonlinux2-aarch64-standard:3.0');

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

0 comments on commit cfaab88

Please sign in to comment.