diff options
-rw-r--r-- | .github/workflows/mkosi.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index d1f9891062..d6b0566605 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -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 |