From: Frantisek Sumsal Date: Wed, 19 May 2021 19:29:42 +0000 (+0200) Subject: ci: show image summary X-Git-Tag: v249-rc1~189^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715a273b104c8cf58f9167e26ade5255c02e44a0;p=thirdparty%2Fsystemd.git ci: show image summary --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index d1f98910627..d6b05666056 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