diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f220dbd..2cbdba53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,12 +23,12 @@ jobs: kernel_flavor: [main, asus, fsync, surface] cfile_suffix: [common, nvidia] major_version: [38, 39] - nvidia_version: [0, 470, 545] + nvidia_version: [0, 470, 550] exclude: - cfile_suffix: common nvidia_version: 470 - cfile_suffix: common - nvidia_version: 545 + nvidia_version: 550 - cfile_suffix: nvidia nvidia_version: 0 - kernel_flavor: fsync diff --git a/Containerfile.nvidia b/Containerfile.nvidia index 92b0f6df..be0fad5f 100644 --- a/Containerfile.nvidia +++ b/Containerfile.nvidia @@ -10,7 +10,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}" FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS builder ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}" -ARG NVIDIA_MAJOR_VERSION="${NVIDIA_MAJOR_VERSION:-545}" +ARG NVIDIA_MAJOR_VERSION="${NVIDIA_MAJOR_VERSION:-550}" ARG KERNEL_FLAVOR="{KERNEL_FLAVOR:-main}" ARG RPMFUSION_MIRROR="" diff --git a/README.md b/README.md index 87ce75e5..3a82354b 100644 --- a/README.md +++ b/README.md @@ -41,18 +41,18 @@ 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 (545) 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 (550) 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 | 38 | `main-38`, `main-38-470` `main-38-545` | -| | 39 | `main-39`, `main-39-470` `main-39-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` | +| Fedora stock kernel | 38 | `main-38`, `main-38-470` `main-38-550` | +| | 39 | `main-39`, `main-39-470` `main-39-550` | +| [patched for ASUS devices](https://copr.fedorainfracloud.org/coprs/lukenukem/asus-kernel) | 38 | `asus-38`, `asus-38-470` `asus-38-550` | +| | 39 | `asus-39`, `asus-39-470` `asus-39-550` | +| [patched Microsoft Surface devices](https://github.com/linux-surface/linux-surface/) | 38 | `surface-38`, `surface-38-550` | +| | 39 | `surface-39`, `surface-39-550` |