]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: show image summary
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 19 May 2021 19:29:42 +0000 (21:29 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 19 May 2021 21:07:25 +0000 (23:07 +0200)
.github/workflows/mkosi.yml

index d1f989106274764a3a9ee8d1aa88e352ba2035a3..d6b056660563d216db6e7465f01a92b1502b3ae6 100644 (file)
@@ -48,6 +48,9 @@ jobs:
     - name: Build ${{ matrix.distro }}
       run: sudo python3 -m mkosi --password= --qemu-headless build
 
+    - name: Show ${{ matrix.distro }} image summary
+      run: sudo python3 -m mkosi --password= --qemu-headless summary
+
     # Ugly workaround for systemd/systemd#19442 where systemd-nspawn
     # occasionally fails with 'Failed to dissect image xxx: Connection timed out
     - name: Retry the build if necessary