Skip to content

Commit 79f178d

Browse files
authored
Merge pull request #341 from NVIDIA/add-rhel9.6
add RHEL 9.6 to supported distributions list
2 parents 8f0912c + 26a9792 commit 79f178d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.nvidia-ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,13 @@ release:ngc-rhel9.5:
486486
variables:
487487
OUT_DIST: "rhel9.5"
488488

489+
release:ngc-rhel9.6:
490+
extends:
491+
- .release:ngc
492+
- .dist-rhel9
493+
variables:
494+
OUT_DIST: "rhel9.6"
495+
489496
# Define the external image signing steps for NGC
490497
# Download the ngc cli binary for use in the sign steps
491498
.ngccli-setup:
@@ -592,7 +599,7 @@ sign:ngc-ubuntu-rhel-rhcos:
592599
VERSION: ["20.04"]
593600
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08"]
594601
- SIGN_JOB_NAME: ["rhel"]
595-
VERSION: ["8.8", "8.10", "9.4", "9.5"]
602+
VERSION: ["8.8", "8.10", "9.4", "9.5", "9.6"]
596603
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08"]
597604
- SIGN_JOB_NAME: ["rhcos"]
598605
VERSION: ["4.12", "4.13", "4.14", "4.15", "4.16", "4.17", "4.18"]

0 commit comments

Comments
 (0)