diff --git a/Makefile b/Makefile index 8aaf780..882d1a3 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ DEBS=${DEB} ${CT_DEB} ${HEADER_DEB} BUILD_DIR=build ARCH=amd64 -DIST=buster all: ${DEB} @@ -29,7 +28,7 @@ ${DEB}: debian .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist ${DIST} --arch ${ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye --arch ${ARCH} clean: rm -rf ${BUILD_DIR} *.deb *.buildinfo *.changes