Skip to content

Commit d9a0317

Browse files
committed
Add Ubuntu 22.04 to M5d.xlarge
1 parent bd45349 commit d9a0317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/new-dashboard/src/configurators/MachineConfigurator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export function getMachineGroupName(machine: string): string {
367367
// https://aws.amazon.com/ec2/instance-types/c6id/
368368
// noinspection SpellCheckingInspection
369369
groupName = "Windows EC2 C6id.4xlarge or i4i.4xlarge (16 vCPU Xeon, 32 or 128 GB)"
370-
} else if (machine.startsWith("intellij-linux-2004-aws-m5d-lt")) {
370+
} else if (machine.startsWith("intellij-linux-2004-aws-m5d-lt") || machine.startsWith("intellij-linux-2204-aws-m5d-lt")) {
371371
// https://aws.amazon.com/ec2/instance-types/c5/
372372
// noinspection SpellCheckingInspection
373373
groupName = "Linux EC2 M5d.xlarge (4 vCPU Xeon, 16 GB)"

0 commit comments

Comments
 (0)