diff --git a/Makefile b/Makefile index 78528af8..4d32e511 100644 --- a/Makefile +++ b/Makefile @@ -104,8 +104,9 @@ test: $(MAKE) -C test .PHONY: upload +upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: ${DEB} - tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist bullseye + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist $(UPLOAD_DIST) .PHONY: clean clean: