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