diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-05-19 21:29:42 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-05-19 23:07:25 +0200 |
commit | 715a273b104c8cf58f9167e26ade5255c02e44a0 (patch) | |
tree | 51c7ef4f0fd4a6fe0687c054c29a13e8ea6706e8 /.github/workflows | |
parent | ci: work around #19442 to make CI happy again (diff) | |
download | systemd-715a273b104c8cf58f9167e26ade5255c02e44a0.tar.xz systemd-715a273b104c8cf58f9167e26ade5255c02e44a0.zip |
ci: show image summary
Diffstat (limited to '.github/workflows')
-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 |