From 8c018edb0afde521476c3bf79584854786138100 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 9 Jan 2024 11:55:37 +0100 Subject: [PATCH] mkosi: Update to latest The mkosi github action doesn't set up the host machine for building full images anymore. Instead, only sufficient packages are installed to be able to build tools trees so we configure a fedora tools tree to build the actual images. --- .github/workflows/mkosi.yml | 26 ++++++++++++------- .../system/mkosi.conf.d/10-ubuntu.conf | 3 +++ 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 8b32ec82e32..f6eddebffb5 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -76,21 +76,31 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: systemd/mkosi@bbe715f42911f9660712377a5b39335b9391ae22 + - uses: systemd/mkosi@dbce89aabda438ba58080366631b2c242e365f21 - name: Configure run: | - tee mkosi.local.conf <<- EOF + tee mkosi.local.conf <