Skip to content

Commit b94ff3a

Browse files
authoredMar 15, 2025
chore(extra): remove extra from kernels other than bazzite, update readme (#311)
1 parent 4227f0e commit b94ff3a

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed
 

‎.github/workflows/reusable-build.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,24 @@ jobs:
164164
- nvidia-open
165165
- zfs
166166
exclude:
167+
# extra
167168
- kernel_flavor: main
168-
cfile_suffix: zfs
169+
cfile_suffix: extra
169170
- kernel_flavor: asus
171+
cfile_suffix: extra
172+
- kernel_flavor: surface
173+
cfile_suffix: extra
174+
- kernel_flavor: coreos-stable
175+
cfile_suffix: extra
176+
- kernel_flavor: coreos-testing
177+
cfile_suffix: extra
178+
# zfs
179+
- kernel_flavor: main
170180
cfile_suffix: zfs
171181
- kernel_flavor: bazzite
172182
cfile_suffix: zfs
183+
- kernel_flavor: asus
184+
cfile_suffix: zfs
173185
- kernel_flavor: surface
174186
cfile_suffix: zfs
175187
env:

‎README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,9 @@ The majority of the drivers are tagged with `KERNEL_TYPE-FEDORA_RELEASE`. NVIDIA
6969

7070
| KERNEL_TYPE | FEDORA_RELEASE | TAG |
7171
| - | - | - |
72-
| Fedora stock kernel | 39 | `main-39` |
73-
| | 40 | `main-40` |
74-
| [patched for ASUS devices](https://copr.fedorainfracloud.org/coprs/lukenukem/asus-kernel) | 39 | `asus-39`|
75-
| | 40 | `asus-40` |
76-
| [patched fsync](https://copr.fedorainfracloud.org/coprs/sentry/kernel-fsync) | 39 | `fsync-39` |
77-
| [patched Microsoft Surface devices](https://github.com/linux-surface/linux-surface/) | 39 | `surface-39` |
78-
| | 40 | `surface-40` |
72+
| Fedora stock kernel | 40 | `main-40` |
73+
| | 41 | `main-41` |
74+
| [bazzite kernel](https://github.com/bazzite-org/kernel-bazzite) | 41 | `bazzite-41` |
7975

8076
## Usage
8177

0 commit comments

Comments
 (0)