diff --git a/Makefile b/Makefile index 8c5c2bb..333ee13 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ ${ZFSDIR}.prepared: ${ZFSONLINUX_SUBMODULE} .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster --arch ${ARCH} .PHONY: distclean distclean: clean