From 16f14702681c7bb92a0268d87d96122a3c41ec8b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 27 Nov 2022 15:11:53 +0100 Subject: [PATCH] buildsys: add missing products to upload target and drop irrelevant arch Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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