Skip to content

Commit a200ee1

Browse files
authored
fix: don't attempt to build os images for v530 (#132)
I had previously fixed the akmods nvidia build matrix but not the os image variant matrix.
1 parent 3ed31f3 commit a200ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
matrix:
177177
image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate]
178178
major_version: [37, 38]
179-
driver_version: [470, 530, 535]
179+
driver_version: [470, 535]
180180
include:
181181
- major_version: 37
182182
is_latest_version: false
@@ -191,7 +191,7 @@ jobs:
191191
# When F38 is added, sericea will automatically be built too
192192
- image_name: sericea
193193
major_version: 37
194-
- driver_version: 470
194+
- driver_version: 530
195195
major_version: 38
196196
- driver_version: 530
197197
major_version: 37

0 commit comments

Comments
 (0)