summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-04-23 14:53:11 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-04-24 10:56:55 +0200
commitf997f91d7dcf4fe2c8ff4e73274e045e15ec71ea (patch)
treefda91282d88c7b6d3c73bfff828183e457296e18 /.github
parentf6e94c5f7ddd796095cf6294857e535dcdbfc677 (diff)
downloadsystemd-f997f91d7dcf4fe2c8ff4e73274e045e15ec71ea.tar.gz
mkosi: Update to latest
Let's use the new support for matching against any distribution in a list of distributions to start sharing most things between the ubuntu/debian configs and centos/fedora configs.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mkosi.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index d974152be1..7e82b63abe 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- - uses: systemd/mkosi@ebc8b63f3be58243c7ff4273517fa4d2858c7e30
+ - uses: systemd/mkosi@0900374cd1f2cc0b1b3367662360faa15542127e
- name: Configure
run: |
@@ -100,12 +100,12 @@ jobs:
- name: Generate secure boot key
run: mkosi genkey
- - name: Build ${{ matrix.distro }}
- run: mkosi
-
- name: Show ${{ matrix.distro }} image summary
run: mkosi summary
+ - name: Build ${{ matrix.distro }}
+ run: mkosi
+
- name: Boot ${{ matrix.distro }} systemd-nspawn
run: sudo mkosi boot