+---
+# vi: ts=2 sw=2 et:
+# Simple boot tests that build and boot the mkosi images generated by the mkosi config files in mkosi.default.d/.
name: mkosi
-# Simple boot tests that build and boot the mkosi images generated by the mkosi config files in .mkosi.
-
on:
push:
branches:
run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-jinja2
- name: Configure
- run: echo -e "[Distribution]\nDistribution=${{ matrix.distro }}\n" > mkosi.default
+ run: echo -e "[Distribution]\nDistribution=${{ matrix.distro }}\n" >mkosi.default
# Ubuntu's systemd-nspawn doesn't support faccessat2() syscall, which is
# required, since current Arch's glibc implements faccessat() via faccessat2().