diff --git a/.github/workflows/build-image-stable.yml b/.github/workflows/build-image-stable.yml index 09dbf9f..3aaa057 100644 --- a/.github/workflows/build-image-stable.yml +++ b/.github/workflows/build-image-stable.yml @@ -23,9 +23,6 @@ jobs: matrix: brand_name: ["aurora"] with: - # 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 diff --git a/Justfile b/Justfile index 0f7d756..d97fc36 100644 --- a/Justfile +++ b/Justfile @@ -131,10 +131,7 @@ build $image="aurora" $tag="latest" $flavor="main" rechunk="0" ghcr="0" pipeline if [[ "${flavor}" =~ hwe ]]; then akmods_flavor="bazzite" elif [[ "${tag}" =~ stable ]]; then - # 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" + akmods_flavor="coreos-stable" elif [[ "${tag}" =~ beta ]]; then akmods_flavor="coreos-testing" else