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