From 409dc0df26c8bdc3700869538a0b410cedd39f3e Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Fri, 18 Oct 2024 15:08:31 +0300 Subject: [PATCH] Add systemd boot standard image to the build matrix (#2929) to make it easier to build UKI artifacts from it Signed-off-by: Dimitris Karakasilis --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7adc7fbe..1d999d336 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: sudo apt update && sudo apt install -y jq - id: set-matrix run: | - content=`cat ./.github/flavors.json | jq -r 'map(select(.arch == "amd64" and .variant == "core" and (.flavor == "fedora" or (.flavor == "ubuntu" and (.flavorRelease == "24.04")))))'` + content=`cat ./.github/flavors.json | jq -r 'map(select(.arch == "amd64" and (.flavor == "fedora" or (.flavor == "ubuntu" and (.flavorRelease == "24.04")))))'` # the following lines are only required for multi line json content="${content//'%'/'%25'}" content="${content//$'\n'/'%0A'}" @@ -253,7 +253,7 @@ jobs: with: sarif_file: 'grype-sarif' category: ${{ matrix.flavor }}-grype - build-core-uki: + build-uki-container-image: runs-on: ubuntu-latest permissions: id-token: write # OIDC support