From 248137b4a3715bf785af7d0a5b1ae325e974991f Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:38:03 +0200 Subject: [PATCH 1/3] release kernel pin --- .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 d71f4a9e..99102365 100644 --- a/.github/workflows/build-image-stable.yml +++ b/.github/workflows/build-image-stable.yml @@ -25,7 +25,7 @@ jobs: 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 + # kernel_pin: 6.11.8-300.fc41.x86_64 brand_name: ${{ matrix.brand_name }} stream_name: stable From 7a9f1d5e0d68164acd41cebc5de5454ffaa124d7 Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:20:19 +0200 Subject: [PATCH 2/3] remove unneeded commented lines --- .github/workflows/build-image-stable.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-image-stable.yml b/.github/workflows/build-image-stable.yml index 99102365..3aaa0576 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: - # 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 brand_name: ${{ matrix.brand_name }} stream_name: stable From 38d59829e95898c70c00f8558aade7d2efb06290 Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:55:56 +0200 Subject: [PATCH 3/3] change back from coreos testing to stable --- Justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Justfile b/Justfile index 0f7d756c..d97fc36a 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