Skip to content

Commit

Permalink
feat: update stable kernel to 6.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Jan 29, 2025
1 parent 6b5a89b commit 81bb9ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
matrix:
brand_name: ["aurora"]
with:
# See https://github.com/ublue-os/aurora/issues/82
# + https://github.com/ublue-os/aurora/issues/120
kernel_pin: 6.11.8-300.fc41.x86_64
# https://github.com/ublue-os/aurora/issues/158
kernel_pin: 6.12.9-200.fc41.x86_64 ## This is where kernels get pinned.

brand_name: ${{ matrix.brand_name }}
stream_name: stable

Expand Down
5 changes: 4 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ build $image="aurora" $tag="latest" $flavor="main" rechunk="0" ghcr="0" pipeline
if [[ "${flavor}" =~ hwe ]]; then
akmods_flavor="bazzite"
elif [[ "${tag}" =~ stable ]]; then
akmods_flavor="coreos-stable"
# TODO: revert this to "coreos-stable" once 6.12.9 kernel is released for coreos-stable images
# https://github.com/ublue-os/aurora/issues/158
# akmods_flavor="coreos-stable"
akmods_flavor="coreos-testing"
elif [[ "${tag}" =~ beta ]]; then
akmods_flavor="coreos-testing"
else
Expand Down

0 comments on commit 81bb9ed

Please sign in to comment.