From c82724795c05ac358903602312f59575a1dd4359 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 24 May 2023 20:36:28 +0200 Subject: [PATCH] buildsys: drop passing arch to upload for arch-all package Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5337c8..1ecdef3 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ sbuild: $(DSC) .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEBS) - tar cf - $(DEBS)|ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST) --arch $(DEB_BUILD_ARCH) + tar cf - $(DEBS)|ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST) .PHONY: distclean distclean: clean