ci: install systemd-ukify so mkosi's Bootable=yes step succeeds
CI / Lint + build + test (push) Successful in 1m35s
Release / release (push) Failing after 1m1s

mkosi refused with "Could not find 'ukify'". The live image's mkosi.conf
sets Bootable=yes, and mkosi invokes ukify to package the Unified
Kernel Image alongside vmlinuz+initrd.img. On Debian/Ubuntu, ukify
ships in the `systemd-ukify` apt package (not in `systemd`).

Added to both release.yml and e2e.yml's live-image dep lists.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 02:50:39 -04:00
parent 4dda1dad83
commit a427640608
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
mkosi debootstrap squashfs-tools qemu-system-x86 qemu-utils \
mkosi debootstrap squashfs-tools systemd-ukify \
qemu-system-x86 qemu-utils \
dnsmasq iperf3 ipxe-qemu
- name: Install templ
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
mkosi debootstrap squashfs-tools dosfstools
mkosi debootstrap squashfs-tools dosfstools systemd-ukify
- name: Install templ
run: go install github.com/a-h/templ/cmd/templ@v0.3.1001