From 4ba871738a1f7ceee627b063df457b38d7a770a0 Mon Sep 17 00:00:00 2001 From: Tomas Balsys Date: Wed, 24 Apr 2024 15:07:44 +0300 Subject: [PATCH] Add dbus --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 309b8ed..8f331b1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,8 +6,8 @@ steps: image: git.balsys.eu.org/tomas/mkosi privileged: true commands: - - mkosi -d debian -r bullseye -t tar --bootable no --package systemd --output debian-11 --compress-output xz --checksum yes - - mkosi -d debian -r bookworm -t tar --bootable no --package systemd --output debian-12 --compress-output xz --checksum yes + - mkosi -d debian -r bullseye -t tar --bootable no --package systemd,dbus --output debian-11 --compress-output xz --checksum yes + - mkosi -d debian -r bookworm -t tar --bootable no --package systemd,dbus --output debian-12 --compress-output xz --checksum yes publish: image: woodpeckerci/plugin-gitea-release