Skip to content

Commit

Permalink
Add systemd boot standard image to the build matrix
Browse files Browse the repository at this point in the history
to make it easier to build UKI artifacts from it

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Oct 14, 2024
1 parent 473bc83 commit e95bbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e95bbad

Please sign in to comment.