File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -164,12 +164,24 @@ jobs:
164
164
- nvidia-open
165
165
- zfs
166
166
exclude :
167
+ # extra
167
168
- kernel_flavor : main
168
- cfile_suffix : zfs
169
+ cfile_suffix : extra
169
170
- 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
170
180
cfile_suffix : zfs
171
181
- kernel_flavor : bazzite
172
182
cfile_suffix : zfs
183
+ - kernel_flavor : asus
184
+ cfile_suffix : zfs
173
185
- kernel_flavor : surface
174
186
cfile_suffix : zfs
175
187
env :
Original file line number Diff line number Diff line change @@ -69,13 +69,9 @@ The majority of the drivers are tagged with `KERNEL_TYPE-FEDORA_RELEASE`. NVIDIA
69
69
70
70
| KERNEL_TYPE | FEDORA_RELEASE | TAG |
71
71
| - | - | - |
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 ` |
79
75
80
76
## Usage
81
77
You can’t perform that action at this time.
0 commit comments