Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@ jobs:
matrix:
distro:
- fedora
- centos
- ubuntu
- debian
#- centos
#- ubuntu
#- debian
bootloader:
# Locally signed systemd-boot
- systemd-boot
#- systemd-boot
# Distro signed grub2
- grub-signed
uki:
# BLS #1 boot, kernel + initrd
- none
#- none
# BLS #2 boot, locally built UKI (unsigned because it is not provided by the distro)
- unsigned
runner:
- ubuntu-24.04
- ubuntu-24.04-arm
include:
# Debian provides distro-signed systemd-boot
- distro: debian
bootloader: systemd-boot-signed
uki: unsigned
runner: ubuntu-24.04
- distro: debian
bootloader: systemd-boot-signed
uki: unsigned
runner: ubuntu-24.04-arm
#- ubuntu-24.04-arm
#include:
# Debian provides distro-signed systemd-boot
# - distro: debian
# bootloader: systemd-boot-signed
# uki: unsigned
# runner: ubuntu-24.04
# - distro: debian
# bootloader: systemd-boot-signed
# uki: unsigned
# runner: ubuntu-24.04-arm
exclude:
# The systemd-boot version in 24.04 fails to boot the arm64 compressed kernel
- distro: ubuntu
Expand Down
Loading