Skip to content

Commit ae91f8f

Browse files
tariq1890shivakunv
authored andcommitted
add ubuntu24.04 driver container
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 18e9cd8 commit ae91f8f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/image.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
strategy:
3535
matrix:
3636
driver:
37-
- 535.216.03
38-
- 550.127.08
37+
- 535.216.01
38+
- 550.127.05
39+
- 565.57.01
3940
dist:
4041
- ubuntu20.04
4142
- ubuntu22.04
@@ -46,13 +47,12 @@ jobs:
4647
exclude:
4748
- ispr: true
4849
dist: ubuntu20.04
49-
driver: 535.216.03
50+
driver: 535.216.01
5051
- ispr: true
5152
dist: ubuntu20.04
52-
driver: 550.127.08
53-
- ispr: true
54-
dist: ubuntu24.04
55-
driver: 535.216.03
53+
driver: 550.127.05
54+
- dist: ubuntu24.04
55+
driver: 535.216.01
5656
fail-fast: false
5757
steps:
5858
- uses: actions/checkout@v4

.nvidia-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ sign:ngc-ubuntu-rhel-rhcos:
455455
- .sign:ngc
456456
parallel:
457457
matrix:
458+
- SIGN_JOB_NAME: ["ubuntu"]
459+
VERSION: ["24.04"]
458460
- SIGN_JOB_NAME: ["ubuntu"]
459461
VERSION: ["22.04"]
460462
DRIVER_VERSION: ["535.216.03", "550.127.08"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ OUT_IMAGE_TAG = $(OUT_IMAGE_VERSION)-$(OUT_DIST)
5454
OUT_IMAGE = $(OUT_IMAGE_NAME):$(OUT_IMAGE_TAG)
5555

5656
##### Public rules #####
57-
DISTRIBUTIONS := ubuntu18.04 ubuntu20.04 ubuntu22.04 ubuntu24.04 signed_ubuntu20.04 signed_ubuntu22.04 signed_ubuntu24.04 rhel8 rhel9 flatcar fedora36 sles15.3 precompiled_rhcos
57+
DISTRIBUTIONS := ubuntu18.04 ubuntu20.04 ubuntu22.04 ubuntu24.04 signed_ubuntu20.04 signed_ubuntu22.04 rhel8 rhel9 flatcar fedora36 sles15.3 precompiled_rhcos
5858
PUSH_TARGETS := $(patsubst %, push-%, $(DISTRIBUTIONS))
5959
BASE_FROM := jammy focal
6060
PUSH_TARGETS := $(patsubst %, push-%, $(DISTRIBUTIONS))

0 commit comments

Comments
 (0)