We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2186d3 commit 3c0f341Copy full SHA for 3c0f341
tools/build-rpms.py
@@ -14,11 +14,13 @@
14
15
arch_info = {}
16
arch_info["x86_64"] = {
17
- "ImageId": "ami-0282d8d07a1c0beff",
+ # RHEL-9.6.0_HVM-20250910-x86_64-0-Access2-GP3
18
+ "ImageId": "ami-01aaf1c29c7e0f0af",
19
"InstanceType": "m7a.large"
20
}
21
arch_info["aarch64"] = {
- "ImageId": "ami-053edae5f55c18809",
22
+ # RHEL-9.6.0_HVM-20250910-arm64-0-Access2-GP3
23
+ "ImageId": "ami-06f37afe6d4f43c47",
24
"InstanceType": "m7g.large"
25
26
0 commit comments