From c94ebc2431bf2d112559043b56fda90e65fc5880 Mon Sep 17 00:00:00 2001 From: Tomas Balsys Date: Wed, 24 Apr 2024 15:58:31 +0300 Subject: [PATCH] Add apt --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8f331b1..93b1951 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,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 + - mkosi -d debian -r bullseye -t tar --bootable no --package systemd,dbus,apt --output debian-11 --compress-output xz --checksum yes + - mkosi -d debian -r bookworm -t tar --bootable no --package systemd,dbus,apt --output debian-12 --compress-output xz --checksum yes publish: image: woodpeckerci/plugin-gitea-release