Skip to content

Commit b15964d

Browse files
authored
feat: Add 530xx series support and disable 525xx series support (#81)
1 parent 9bdcd6e commit b15964d

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.github/workflows/build.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
major_version: [37, 38]
34-
driver_version: [520, 525, 470]
34+
driver_version: [520, 525, 530, 470]
3535
exclude:
36+
- driver_version: 525
37+
major_version: 37
38+
- driver_version: 525
39+
major_version: 38
3640
- driver_version: 520
3741
major_version: 37
3842
- driver_version: 520
@@ -191,7 +195,7 @@ jobs:
191195
matrix:
192196
image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate]
193197
major_version: [37, 38]
194-
driver_version: [520, 525, 470]
198+
driver_version: [520, 525, 530, 470]
195199
include:
196200
# - major_version: 36
197201
# is_latest_version: false
@@ -202,13 +206,17 @@ jobs:
202206
- major_version: 38
203207
is_latest_version: true
204208
is_stable_version: false
205-
- driver_version: 525
209+
- driver_version: 530
206210
is_latest_driver: true
207211
exclude:
208212
# There is no Fedora 37 version of sericea
209213
# When F38 is added, sericea will automatically be built too
210214
- image_name: sericea
211215
major_version: 37
216+
- driver_version: 525
217+
major_version: 37
218+
- driver_version: 525
219+
major_version: 38
212220
- driver_version: 520
213221
major_version: 37
214222
- driver_version: 520

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ sudo mokutil --import ./certs/public_key.der
113113
114114
Note: The Fedora release and Nvidia version can be set with the image tag as well:
115115
116-
| | 525xx series (latest, best supported) | 520xx series (deprecated) | 470xx series (Kepler 2012-2014 support) |
117-
|-----|---------------------------------------|---------------------------|-----------------------------------------|
118-
| F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 |
119-
| F38 | :38 / :38-525 / :38-current | | |
116+
| | 530xx series (latest, best supported) | 525xx series (deprecated) | 520xx series (deprecated) | 470xx series (Kepler 2012-2014 support) |
117+
|-----|---------------------------------------|---------------------------|---------------------------|-----------------------------------------|
118+
| F37 | :latest / :37 / :37-530 / :37-current | :37-525 | :37-520 | :37-470 |
119+
| F38 | :38 / :38-530 / :38-current | :38-525 | | |
120120
121121
It is *strongly encouraged* for you to subscribe to [the Nvidia driver announcements](https://github.com/orgs/ublue-os/discussions/categories/nvidia-driver-announcements?discussions_q=is%3Aopen+category%3A%22Nvidia+Driver+Announcements%22) section of the forums to keep up with the latest changes and news.
122122

0 commit comments

Comments
 (0)