From f997f91d7dcf4fe2c8ff4e73274e045e15ec71ea Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 23 Apr 2023 14:53:11 +0200 Subject: 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. --- .github/workflows/mkosi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.1