From eb3ba8035292c7e205fac4ac744ebf5eaf477b6c Mon Sep 17 00:00:00 2001 From: bobslept <38557801+bobslept@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:31:02 +0100 Subject: [PATCH] feat: mark Fedora 39 as stable --- .github/workflows/build.yml | 8 +++----- Containerfile | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee935c4b5be..9c520859bfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,12 +32,12 @@ jobs: major_version: [38, 39] include: - major_version: 38 - is_latest_version: true + is_latest_version: false is_stable_version: true is_gts_version: true - major_version: 39 is_latest_version: true - is_stable_version: false + is_stable_version: true is_gts_version: false steps: - name: Maximize build space @@ -86,9 +86,7 @@ jobs: if [[ "${{ matrix.is_latest_version }}" == "true" ]] && \ [[ "${{ matrix.is_stable_version }}" == "true" ]]; then BUILD_TAGS+=("latest") - fi - - if [[ "${{ matrix.is_gts_version }}" == "true" ]]; then + elif [[ "${{ matrix.is_gts_version }}" == "true" ]]; then BUILD_TAGS+=("gts") fi diff --git a/Containerfile b/Containerfile index f0aa0517ab8..88e1f502e0b 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ ARG IMAGE_FLAVOR="${IMAGE_FLAVOR:-main}" ARG AKMODS_FLAVOR="${AKMODS_FLAVOR:-main}" ARG SOURCE_IMAGE="${SOURCE_IMAGE:-$BASE_IMAGE_NAME-$IMAGE_FLAVOR}" ARG BASE_IMAGE="ghcr.io/ublue-os/${SOURCE_IMAGE}" -ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}" +ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}" ARG TARGET_BASE="${TARGET_BASE:-bluefin}" ## bluefin image section