From 5d5e7ab2616d11d39165139d8f1c569cba0abc63 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 3 May 2023 17:44:30 +0200 Subject: [PATCH] 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 0ca46dd..f117b62 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ submodule: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${DEB_BUILD_ARCH} + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bookworm --arch ${DEB_BUILD_ARCH} .PHONY: clean distclean: clean