Skip to content

Commit 76e2da8

Browse files
authored
feat: Add support for fsync-ba, an "LTS" version of fsync (#231)
1 parent 5f9eb44 commit 76e2da8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/reusable-build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
kernel_flavor:
3131
- main
3232
- asus
33-
- fsync
33+
- fsync-ba
3434
- surface
3535
- coreos-stable
3636
- coreos-testing
@@ -43,6 +43,8 @@ jobs:
4343
exclude:
4444
- fedora_version: 39
4545
kernel_flavor: fsync
46+
- fedora_version: 39
47+
kernel_flavor: fsync-ba
4648
- fedora_version: 39
4749
kernel_flavor: asus
4850
- fedora_version: 39
@@ -53,6 +55,8 @@ jobs:
5355
cfile_suffix: zfs
5456
- kernel_flavor: fsync
5557
cfile_suffix: zfs
58+
- kernel_flavor: fsync-ba
59+
cfile_suffix: zfs
5660
- kernel_flavor: surface
5761
cfile_suffix: zfs
5862

0 commit comments

Comments
 (0)