Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Enable some initial F40 builds #135

Merged
merged 11 commits into from
Mar 17, 2024
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ jobs:
major_version: 38
- kernel_flavor: surface
nvidia_version: 470
- major_version: 40
nvidia_version: 470 # This driver version is not packaged for Fedora 40.
- major_version: 40
cfile_suffix: common # negativo17's multimedia repo is not branched yet.
- major_version: 40
kernel_flavor: surface # linux-surface is not branched for F40 yet.
- major_version: 40
kernel_flavor: fsync # kernel-fsync packages are not being built for F40 yet.

steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down
Loading