Skip to content

Commit

Permalink
fix: don't attempt to build os images for v530 (#132)
Browse files Browse the repository at this point in the history
I had previously fixed the akmods nvidia build matrix but not the os
image variant matrix.
  • Loading branch information
bsherman committed Jul 24, 2023
1 parent 3ed31f3 commit a200ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
matrix:
image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate]
major_version: [37, 38]
driver_version: [470, 530, 535]
driver_version: [470, 535]
include:
- major_version: 37
is_latest_version: false
Expand All @@ -191,7 +191,7 @@ jobs:
# When F38 is added, sericea will automatically be built too
- image_name: sericea
major_version: 37
- driver_version: 470
- driver_version: 530
major_version: 38
- driver_version: 530
major_version: 37
Expand Down

0 comments on commit a200ee1

Please sign in to comment.