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 <[email protected]>
  • Loading branch information
jimmykarily committed Oct 9, 2024
1 parent 0ff22fe commit 97a764e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/flavors.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,17 @@
"arch": "arm64",
"worker": "ARM64"
},
{
"family": "ubuntu",
"flavor": "ubuntu",
"flavorRelease": "24.04",
"variant": "standard",
"model": "generic",
"baseImage": "ubuntu:24.04",
"arch": "amd64",
"bootloader": "systemd-boot",
"worker": "self-hosted"
},
{
"family": "ubuntu",
"flavor": "ubuntu",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ jobs:
-FLAVOR_RELEASE=${{ matrix.flavorRelease }} \
-FAMILY=${{ matrix.family }} \
-BASE_IMAGE=${{ matrix.baseImage }}
-BOOTLOADER=${{ matrix.bootloader || "grub" }}
- name: Convert all json files into a reports.tar.gz file
run: |
cd build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ jobs:
--MODEL=${{ matrix.model }} \
--K3S_VERSION=${{ matrix.k3s_version }} \
--BASE_IMAGE=${{ matrix.baseImage }}
--BOOTLOADER=${{ matrix.bootloader || "grub" }}
sudo mv build release
- name: Push to quay
Expand Down

0 comments on commit 97a764e

Please sign in to comment.