From b15964d63c519e4771eb9bbad5233ba965d45cbd Mon Sep 17 00:00:00 2001 From: joshua-stone Date: Sat, 1 Apr 2023 13:29:45 -0400 Subject: [PATCH] feat: Add 530xx series support and disable 525xx series support (#81) --- .github/workflows/build.yml | 14 +++++++++++--- README.md | 8 ++++---- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cc5981..5e931e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,8 +31,12 @@ jobs: fail-fast: false matrix: major_version: [37, 38] - driver_version: [520, 525, 470] + driver_version: [520, 525, 530, 470] exclude: + - driver_version: 525 + major_version: 37 + - driver_version: 525 + major_version: 38 - driver_version: 520 major_version: 37 - driver_version: 520 @@ -191,7 +195,7 @@ jobs: matrix: image_name: [silverblue, kinoite, vauxite, sericea, base, lxqt, mate] major_version: [37, 38] - driver_version: [520, 525, 470] + driver_version: [520, 525, 530, 470] include: # - major_version: 36 # is_latest_version: false @@ -202,13 +206,17 @@ jobs: - major_version: 38 is_latest_version: true is_stable_version: false - - driver_version: 525 + - driver_version: 530 is_latest_driver: true exclude: # There is no Fedora 37 version of sericea # When F38 is added, sericea will automatically be built too - image_name: sericea major_version: 37 + - driver_version: 525 + major_version: 37 + - driver_version: 525 + major_version: 38 - driver_version: 520 major_version: 37 - driver_version: 520 diff --git a/README.md b/README.md index 42ab06c..9766132 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,10 @@ sudo mokutil --import ./certs/public_key.der Note: The Fedora release and Nvidia version can be set with the image tag as well: - | | 525xx series (latest, best supported) | 520xx series (deprecated) | 470xx series (Kepler 2012-2014 support) | - |-----|---------------------------------------|---------------------------|-----------------------------------------| - | F37 | :latest / :37 / :37-525 / :37-current | :37-520 | :37-470 | - | F38 | :38 / :38-525 / :38-current | | | + | | 530xx series (latest, best supported) | 525xx series (deprecated) | 520xx series (deprecated) | 470xx series (Kepler 2012-2014 support) | + |-----|---------------------------------------|---------------------------|---------------------------|-----------------------------------------| + | F37 | :latest / :37 / :37-530 / :37-current | :37-525 | :37-520 | :37-470 | + | F38 | :38 / :38-530 / :38-current | :38-525 | | | 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.