From 63b92d97a786bfe1fc282740427e747929b4c61f Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sun, 17 Mar 2024 13:46:59 -0500 Subject: [PATCH] chore: disable F40 mate (no upstream) and tweak source images --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e52d92f0..d69019d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,6 +55,9 @@ jobs: major_version: 39 - image_name: lxqt major_version: 40 + # There is currently no Fedora 40 version of mate + - image_name: mate + major_version: 40 # THE FOLLOWING EXCLUDE IS MESSY BUT TEMPORARY UNTIL F38 IS GONE # see: https://github.com/ublue-os/main/issues/369 # Fedora 39+ images do not include custom kmods (legacy) @@ -70,7 +73,7 @@ jobs: - name: Matrix Variables shell: bash run: | - if [[ "${{ matrix.major_version }}" -ge "40" ]] && \ + if [[ "${{ matrix.major_version }}" -ge "41" ]] && \ grep "${{ matrix.image_name }}" <<< "silverblue, kinoite, sericea"; then echo "SOURCE_ORG=fedora" >> $GITHUB_ENV echo "SOURCE_IMAGE=fedora-${{ matrix.image_name }}" >> $GITHUB_ENV