mirror of
https://github.com/systemd/systemd.git
synced 2024-11-28 04:33:36 +08:00
ci: show image summary
This commit is contained in:
parent
48a3cf58d5
commit
715a273b10
3
.github/workflows/mkosi.yml
vendored
3
.github/workflows/mkosi.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user