From feb39293197473e1ffb5984b30fec4e7e516b6e2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 10 Nov 2021 06:44:17 +0100 Subject: [PATCH] buildsys: fix upload target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7123516..1b10bf8 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ${DEB}: | submodule .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pmg,pve --dist stretch + tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye .PHONY: distclean distclean: clean