From b0e995c2f26f557296100bdeb7afdd628e4620ad Mon Sep 17 00:00:00 2001 From: Saheer Babu Date: Thu, 9 Jan 2025 18:10:21 +0000 Subject: [PATCH] Update support for new labels Signed-off-by: Saheer Babu --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a547322..a41a1c8 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ jobs: | Runner Label | Instance Type | Volume Size (GB) | Max Runners | Operating System / AMI filter | | ----- | ------------- | ---------------- | ----------- | --------- | +| ah-ubuntu_20_04-c6g_x-50 | c6g.xlarge | 50 | 20 | ubuntu-focal-20.04-arm64-server-* | +| ah-ubuntu_20_04-c6g_4x-50 | c6g.4xlarge | 50 | 10 | ubuntu-focal-20.04-arm64-server-* | +| ah-ubuntu_20_04-c7g_4x-50 | c7g.4xlarge | 50 | 10 | ubuntu-focal-20.04-arm64-server-* | +| ah-ubuntu_20_04-c7g_m-100 | c7g.metal | 50 | 1 | ubuntu-focal-20.04-arm64-server-* | | ah-ubuntu_22_04-c6g_x-50 | c6g.xlarge | 50 | 20 | ubuntu-jammy-22.04-arm64-server-* | | ah-ubuntu_22_04-c6g_2x-50 | c6g.2xlarge | 50 | 20 | ubuntu-jammy-22.04-arm64-server-* | | ah-ubuntu_22_04-c6g_4x-50 | c6g.4xlarge | 50 | 10 | ubuntu-jammy-22.04-arm64-server-* | @@ -52,6 +56,15 @@ jobs: | ah-ubuntu_22_04-c7g_4x-50 | c7g.4xlarge | 50 | 10 | ubuntu-jammy-22.04-arm64-server-* | | ah-ubuntu_22_04-c7g_8x-100 | c7g.8xlarge | 100 | 5 | ubuntu-jammy-22.04-arm64-server-* | | ah-ubuntu_22_04-c7g_m-100 | c7g.metal | 50 | 1 | ubuntu-jammy-22.04-arm64-server-* | +| ah-ubuntu_24_04-c6g_x-50 | c6g.xlarge | 50 | 20 | ubuntu-noble-24.04-arm64-server-* | +| ah-ubuntu_24_04-c6g_2x-50 | c6g.2xlarge | 50 | 20 | ubuntu-noble-24.04-arm64-server-* | +| ah-ubuntu_24_04-c6g_4x-50 | c6g.4xlarge | 50 | 10 | ubuntu-noble-24.04-arm64-server-* | +| ah-ubuntu_24_04-c6g_8x-100 | c6g.8xlarge | 100 | 5 | ubuntu-noble-24.04-arm64-server-* | +| ah-ubuntu_24_04-c7g_x-50 | c7g.xlarge | 50 | 20 | ubuntu-noble-24.04-arm64-server-* | +| ah-ubuntu_24_04-c7g_2x-50 | c7g.2xlarge | 50 | 20 | ubuntu-noble-24.04-arm64-server-* | +| ah-ubuntu_24_04-c7g_4x-50 | c7g.4xlarge | 50 | 10 | ubuntu-noble-24.04-arm64-server-* | +| ah-ubuntu_24_04-c7g_8x-100 | c7g.8xlarge | 100 | 5 | ubuntu-noble-24.04-arm64-server-* | +| ah-ubuntu_24_04-c7g_m-100 | c7g.metal | 50 | 1 | ubuntu-noble-24.04-arm64-server-* | * _Runner Label_ - This is the label that can be used in GitHub Action's `runs-on` keyword * _Instance Type_ - [Instance types](https://aws.amazon.com/ec2/instance-types/) in Amazon Web Service. -- GitLab