Skip to content

Commit fdb7bdc

Browse files
authored
feat: support building Rocky 9.5 AWS images (#1284)
1 parent 1f2762b commit fdb7bdc

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/aws-e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
buildConfig: "nvidia"
6868
- os: "ubuntu 22.04"
6969
buildConfig: "offline"
70-
# Rocky 9.1
71-
- os: "rocky 9.1"
70+
# Rocky 9.5
71+
- os: "rocky 9.5"
7272
buildConfig: "basic"
73-
- os: "rocky 9.1"
73+
- os: "rocky 9.5"
7474
buildConfig: "offline"
7575
runs-on:
7676
- self-hosted

.github/workflows/release-ami.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
buildConfig: "offline"
3030
- os: "redhat 8.10"
3131
buildConfig: "offline-fips"
32-
- os: "rocky 9.1"
32+
- os: "rocky 9.5"
3333
buildConfig: "offline"
3434
- os: "ubuntu 20.04"
3535
buildConfig: "nvidia"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
build_name: "rocky-9.1"
2+
build_name: "rocky-9.5"
33
packer_builder_type: "amazon"
44
python_path: ""
55
packer:
6-
ami_filter_name: "Rocky-9-EC2-Base-9.1*x86_64*"
6+
ami_filter_name: "Rocky-9-EC2-Base-9.5*x86_64*"
77
ami_filter_owners: "792107900819"
88
distribution: "rocky"
9-
distribution_version: "9.1"
9+
distribution_version: "9.5"
1010
source_ami: ""
1111
include_deprecated: true
1212
ssh_username: "rocky"

magefile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ var (
5252
"ubuntu 22.04",
5353
"rocky 9.0",
5454
"rocky 9.1",
55+
"rocky 9.5",
5556
"rocky 9",
5657
}
5758

0 commit comments

Comments
 (0)