From 5bb5ba3d508a219950b5be90aa3c360419ed3f4b Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Fri, 1 Dec 2023 11:45:02 -0600 Subject: [PATCH] feat: drop nvidia 535 as 545 has replaced it --- .github/workflows/build.yml | 4 +--- README.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59fad78d..e91a66e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,12 +23,10 @@ jobs: kernel_flavor: [main, asus, fsync, surface] cfile_suffix: [common, nvidia] major_version: [37, 38, 39] - nvidia_version: [0, 470, 535, 545] + nvidia_version: [0, 470, 545] exclude: - cfile_suffix: common nvidia_version: 470 - - cfile_suffix: common - nvidia_version: 535 - cfile_suffix: common nvidia_version: 545 - cfile_suffix: nvidia diff --git a/README.md b/README.md index 06d29dd8..dc302f9c 100644 --- a/README.md +++ b/README.md @@ -34,19 +34,19 @@ The [`akmods` image](https://github.com/orgs/ublue-os/packages/container/package Here's a rundown on how it's organized. -We do our best to support all current builds of Fedora, current versions of the kernel modules listed, and in the case of NVIDIA, current (535) and the 470 legacy driver. +We do our best to support all current builds of Fedora, current versions of the kernel modules listed, and in the case of NVIDIA, current (545) and the 470 legacy driver. The majority of the drivers are tagged with `KERNEL_TYPE-FEDORA_RELEASE`. NVIDIA drivers are bundled distinctly with tag `KERNEL_TYPE-FEDORA_RELEASE-NVIDIA_VERSION`. | KERNEL_TYPE | FEDORA_RELEASE | TAG | | - | - | - | -| Fedora stock kernel | 37 | `main-37`, `main-37-470` `main-37-535` | -| | 38 | `main-38`, `main-38-470` `main-38-535` | -| | 39 | `main-38`, `main-38-470` `main-38-535` | -| [patched for ASUS devices](https://copr.fedorainfracloud.org/coprs/lukenukem/asus-kernel) | 38 | `asus-38`, `asus-38-470` `asus-38-535` | -| | 39 | `asus-39`, `asus-39-470` `asus-39-535` | -| [patched Microsoft Surface devices](https://github.com/linux-surface/linux-surface/) | 38 | `surface-38`, `surface-38-535` | -| | 39 | `surface-39`, `surface-39-535` | +| Fedora stock kernel | 37 | `main-37`, `main-37-470` `main-37-545` | +| | 38 | `main-38`, `main-38-470` `main-38-545` | +| | 39 | `main-38`, `main-38-470` `main-38-545` | +| [patched for ASUS devices](https://copr.fedorainfracloud.org/coprs/lukenukem/asus-kernel) | 38 | `asus-38`, `asus-38-470` `asus-38-545` | +| | 39 | `asus-39`, `asus-39-470` `asus-39-545` | +| [patched Microsoft Surface devices](https://github.com/linux-surface/linux-surface/) | 38 | `surface-38`, `surface-38-545` | +| | 39 | `surface-39`, `surface-39-545` |