From 89274433f9a124b0ad1aa830c0b367bde492cafb Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 30 Jan 2025 12:36:23 -0800 Subject: [PATCH] feat: Update Kernel to 6.12.11-205 --- .github/{ => workflows}/ISSUE_TEMPLATE/bug-report.yml | 0 .github/{ => workflows}/ISSUE_TEMPLATE/config.yml | 0 .github/{ => workflows}/ISSUE_TEMPLATE/feature_request.yml | 0 .github/workflows/build.yml | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename .github/{ => workflows}/ISSUE_TEMPLATE/bug-report.yml (100%) rename .github/{ => workflows}/ISSUE_TEMPLATE/config.yml (100%) rename .github/{ => workflows}/ISSUE_TEMPLATE/feature_request.yml (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/workflows/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.yml rename to .github/workflows/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/workflows/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to .github/workflows/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/workflows/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/workflows/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd48b4f2b8..c725f6aef1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: is_latest_version: true is_stable_version: true kernel_flavor: bazzite # must match a kernel_flavor from akmods repo - kernel_version: 6.12.11-203.bazzite.fc41.x86_64 # must match a cached version of the above flavor + kernel_version: 6.12.11-205.bazzite.fc41.x86_64 # must match a cached version of the above flavor exclude: - base_name: bazzite target_nvidia_flavor: nvidia