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 34
34
strategy :
35
35
matrix :
36
36
driver :
37
- - 535.216.03
38
- - 550.127.08
37
+ - 535.216.01
38
+ - 550.127.05
39
+ - 565.57.01
39
40
dist :
40
41
- ubuntu20.04
41
42
- ubuntu22.04
@@ -46,13 +47,12 @@ jobs:
46
47
exclude :
47
48
- ispr : true
48
49
dist : ubuntu20.04
49
- driver : 535.216.03
50
+ driver : 535.216.01
50
51
- ispr : true
51
52
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
56
56
fail-fast : false
57
57
steps :
58
58
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -455,6 +455,8 @@ sign:ngc-ubuntu-rhel-rhcos:
455
455
- .sign:ngc
456
456
parallel :
457
457
matrix :
458
+ - SIGN_JOB_NAME : ["ubuntu"]
459
+ VERSION : ["24.04"]
458
460
- SIGN_JOB_NAME : ["ubuntu"]
459
461
VERSION : ["22.04"]
460
462
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)
54
54
OUT_IMAGE = $(OUT_IMAGE_NAME ) :$(OUT_IMAGE_TAG )
55
55
56
56
# #### 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
58
58
PUSH_TARGETS := $(patsubst % , push-% , $(DISTRIBUTIONS ) )
59
59
BASE_FROM := jammy focal
60
60
PUSH_TARGETS := $(patsubst % , push-% , $(DISTRIBUTIONS ) )
You can’t perform that action at this time.
0 commit comments