Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ec2/lib/machine-image/common.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo10Gama authored Mar 1, 2025
1 parent 92ca223 commit 4bcba5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/aws-cdk-lib/aws-ec2/lib/machine-image/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@ export enum AmazonLinuxCpuType {
X86_64 = 'x86_64',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
* i386 CPU type
*/
I386 = 'i386',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
* x86-64 CPU type for Mac
*/
X86_64_MAC = 'x86_64_mac',

/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
* arm64 CPU type for Mac
*/
ARM64_MAC = 'arm64_mac',
}
Expand Down

0 comments on commit 4bcba5e

Please sign in to comment.