From fd33d2cf917bed9eec2023bc6b8c9111a71d7d6f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 4 May 2023 17:22:45 +0200 Subject: [PATCH] buildsys: switch upload dist to bookworm Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc3fe6e..76005e8 100644 --- a/Makefile +++ b/Makefile @@ -78,4 +78,4 @@ distclean: clean .PHONY: upload upload: $(DEB) - tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_BUILD_ARCH) + tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bookworm --arch $(DEB_BUILD_ARCH) -- 2.39.2