From 1f4983e6250458b88539e7ce383ddcb8c5d9f746 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Sun, 29 Oct 2023 02:01:16 +0100
Subject: [PATCH] Also publish for Bookworm

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 776823f..6bc244b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,3 +74,13 @@ publish:apt:bullseye:
   - package:apt:bullseye
   needs:
   - package:apt:bullseye
+
+publish:apt:bookworm:
+  extends: .publish:apt
+  variables:
+    APTLY_DISTRO: bookworm
+    APTLY_ARCH: all
+  dependencies:
+  - package:apt:bullseye
+  needs:
+  - package:apt:bullseye
-- 
GitLab