Skip to content

Commit

Permalink
feat: Add support for fsync-ba, an "LTS" version of fsync (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Aug 21, 2024
1 parent 5f9eb44 commit 76e2da8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
kernel_flavor:
- main
- asus
- fsync
- fsync-ba
- surface
- coreos-stable
- coreos-testing
Expand All @@ -43,6 +43,8 @@ jobs:
exclude:
- fedora_version: 39
kernel_flavor: fsync
- fedora_version: 39
kernel_flavor: fsync-ba
- fedora_version: 39
kernel_flavor: asus
- fedora_version: 39
Expand All @@ -53,6 +55,8 @@ jobs:
cfile_suffix: zfs
- kernel_flavor: fsync
cfile_suffix: zfs
- kernel_flavor: fsync-ba
cfile_suffix: zfs
- kernel_flavor: surface
cfile_suffix: zfs

Expand Down

0 comments on commit 76e2da8

Please sign in to comment.