Skip to content

Commit

Permalink
feat: drop nvidia 535 as 545 has replaced it (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Dec 1, 2023
1 parent 04a9cc4 commit bee6a39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |



Expand Down

0 comments on commit bee6a39

Please sign in to comment.