diff --git a/Makefile b/Makefile index e08d6e2..d069d5a 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ $(ZFSDIR).prepared: $(ZFSONLINUX_SUBMODULE) .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEBS) - tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) --arch $(ARCH) + tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pdm --dist $(UPLOAD_DIST) --arch $(ARCH) .PHONY: distclean distclean: clean