diff --git a/Makefile b/Makefile index 681460675..3caa19866 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 bullseye --arch ${ARCH} distclean: clean