]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: Test cpio and uki boots in qemu 1881/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Sep 2023 15:26:06 +0000 (17:26 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Sep 2023 17:00:33 +0000 (19:00 +0200)
.github/mkosi.conf.d/10-common.conf
.github/workflows/ci.yml

index 7a182eaf24a29bb64808891b713bd74d3885a710..e612e0c449fa4783fc4f097129dac6929023e78a 100644 (file)
@@ -6,7 +6,6 @@ KernelCommandLine=console=ttyS0
                   systemd.default_standard_output=journal+console
 
 [Content]
-Bootable=yes
 BiosBootloader=grub
 
 [Host]
index 5a0493bda09d3e87b49a6c3c1d24f7dbfd2712ef..9c0650682a62852637e2997c6b8edce21f9716fa 100644 (file)
@@ -104,6 +104,7 @@ jobs:
           - tar
           - cpio
           - disk
+          - uki
 
     steps:
     - uses: actions/checkout@v3
@@ -142,8 +143,8 @@ jobs:
       if: matrix.format == 'disk' || matrix.format == 'directory'
       run: sudo mkosi --debug boot
 
-    - name: Boot ${{ matrix.distro }}/${{ matrix.format }} UEFI
-      if: matrix.format == 'disk'
+    - name: Boot ${{ matrix.distro }}/${{ matrix.format }} QEMU
+      if: matrix.format == 'disk' || matrix.format == 'uki' || matrix.format == 'cpio'
       run: timeout -k 30 10m mkosi --debug qemu
 
     - name: Boot ${{ matrix.distro }}/${{ matrix.format }} BIOS