We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a653d commit 17e97afCopy full SHA for 17e97af
2 files changed
.github/workflows/build-image-gts.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
brand_name: [bluefin]
25
with:
26
- # kernel_pin: 6.14.11-200.fc41.x86_64 ## This is where kernels get pinned.
+ kernel_pin: 6.17.12-200.fc42.x86_64 ## Pin to 6.17 for ZFS compatibility
27
brand_name: ${{ matrix.brand_name }}
28
stream_name: gts
29
.github/workflows/build-image-stable.yml
@@ -24,7 +24,7 @@ jobs:
brand_name: ["bluefin"]
- # kernel_pin: 6.14.11-300.fc42.x86_64 ## This is where kernels get pinned.
stream_name: stable
30
0 commit comments