Skip to content

Commit

Permalink
chore: Fix missing kernel versions for fsync
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 25, 2024
1 parent 27bd149 commit 6672802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
kernel_flavor:
- main
- asus
- 6.7.9-204.fsync
- 6.7.9-207.fsync
- surface
cfile_suffix:
- common
Expand All @@ -51,7 +51,7 @@ jobs:
- fedora_version: 40
nvidia_version: 470 # rpmfusion packages nvidia 470 for F40 but won't compile yet.
- fedora_version: 40
kernel_flavor: 6.7.9-204.fsync # kernel-fsync packages are not being built for F40 yet.
kernel_flavor: 6.7.9-207.fsync # kernel-fsync packages are not being built for F40 yet.

steps:
# Checkout push-to-registry action GitHub repository
Expand Down

0 comments on commit 6672802

Please sign in to comment.