diff --git a/Makefile b/Makefile index 7c2093e..cf3810f 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ${DEB}: debian .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch ${ARCH} + tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pbs-client,infra --dist bullseye .PHONY: distclean distclean: clean