Skip to content

Commit 3c0f341

Browse files
ondrejbudaicroissanne
authored andcommitted
build-rpms.py: upgrade to RHEL 9.6
1 parent e2186d3 commit 3c0f341

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/build-rpms.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414

1515
arch_info = {}
1616
arch_info["x86_64"] = {
17-
"ImageId": "ami-0282d8d07a1c0beff",
17+
# RHEL-9.6.0_HVM-20250910-x86_64-0-Access2-GP3
18+
"ImageId": "ami-01aaf1c29c7e0f0af",
1819
"InstanceType": "m7a.large"
1920
}
2021
arch_info["aarch64"] = {
21-
"ImageId": "ami-053edae5f55c18809",
22+
# RHEL-9.6.0_HVM-20250910-arm64-0-Access2-GP3
23+
"ImageId": "ami-06f37afe6d4f43c47",
2224
"InstanceType": "m7g.large"
2325
}
2426

0 commit comments

Comments
 (0)