]> git.proxmox.com Git - proxmox-ve.git/commitdiff
buildsys: drop passing arch to upload for arch-all package
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 18:36:28 +0000 (20:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 18:36:28 +0000 (20:36 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index c5337c893ba723ab58d2d38d8390e1ffc67e6888..1ecdef36765eb7e8b6b0d106c801bfdd354c3230 100644 (file)
--- 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