diff --git a/Makefile b/Makefile index 7b1bdb2..1cf05ef 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ dinstall: ${DEB} .PHONY: upload upload: ${DEB} ${DBG_DEB} - tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist buster --arch ${DEB_BUILD_ARCH} + tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye --arch ${DEB_BUILD_ARCH} .PHONY: distclean distclean: clean