diff --git a/Makefile b/Makefile index 681460675..ac9388e69 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ download: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product ceph-octopus --dist stretch --arch ${ARCH} + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product ceph-octopus --dist buster --arch ${ARCH} distclean: clean