From fcd30da8f477082febcdf67ac84f581094acf7e9 Mon Sep 17 00:00:00 2001 From: castrojo Date: Thu, 30 Jul 2026 11:41:08 -0400 Subject: [PATCH] fix(release): pin stable kernel for ZFS Pin Stable Images to the latest kernel with published ZFS akmods while 7.1.3 support is unavailable. Assisted-by: GPT-5.6 Terra via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/build-image-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image-stable.yml b/.github/workflows/build-image-stable.yml index 9d6e1b87943..84965235eb9 100644 --- a/.github/workflows/build-image-stable.yml +++ b/.github/workflows/build-image-stable.yml @@ -31,7 +31,7 @@ jobs: matrix: brand_name: ["bluefin"] with: - # kernel_pin: 6.17.12-300.fc43.x86_64 ## Pin to 6.17 for ZFS compatibility + kernel_pin: 7.0.12-201.fc44.x86_64 brand_name: ${{ matrix.brand_name }} stream_name: stable