From 52e0dd0bc366f6155abcebcb13620a17f83b5844 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 2 Sep 2024 13:51:26 -0700 Subject: [PATCH] Revert "chore: Upgrade kernel to 6.10.5-201" This reverts commit 213a0120e81ea5c65b17623f5ef301535c9326d7. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1431260b..dfb261dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,8 +66,8 @@ jobs: - fedora_version: 40 is_latest_version: true is_stable_version: true - kernel_flavor: fsync # must match a kernel_flavor from kernel-cache repo - kernel_version: 6.10.5-201.fsync.fc40.x86_64 # must match a cached version of the above flavor + kernel_flavor: fsync-ba # must match a kernel_flavor from akmods repo + kernel_version: 6.9.12-205.fsync.fc40.x86_64 # must match a cached version of the above flavor steps: - name: Define env.IMAGE_FLAVOR run: |