File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"]
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ OUT_IMAGE_TAG = $(OUT_IMAGE_VERSION)-$(OUT_DIST)
5454OUT_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
5858PUSH_TARGETS := $(patsubst % , push-% , $(DISTRIBUTIONS ) )
5959BASE_FROM := jammy focal
6060PUSH_TARGETS := $(patsubst % , push-% , $(DISTRIBUTIONS ) )
You can’t perform that action at this time.
0 commit comments