summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-05-19 21:29:42 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2021-05-19 23:07:25 +0200
commit715a273b104c8cf58f9167e26ade5255c02e44a0 (patch)
tree51c7ef4f0fd4a6fe0687c054c29a13e8ea6706e8 /.github
parent48a3cf58d5ad9cf2a4a4e6167171070b88c25369 (diff)
downloadsystemd-715a273b104c8cf58f9167e26ade5255c02e44a0.tar.gz
ci: show image summary
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mkosi.yml3
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