]> git.proxmox.com Git - pve-access-control.git/commitdiff
buildsys: don't pass arch for an arch: all package
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 May 2023 09:18:36 +0000 (11:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 21 May 2023 09:22:02 +0000 (11:22 +0200)
it was wrong too anyway, if, one would need to use the
$(DEB_HOST_ARCH), as that's the one package is built for.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 6a09227aa62eccba519fd819e1a73460b60d3c1f..f9ab74066ba6bb83a4b199e92b6abf12243b67ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ $(DSC): $(BUILDDIR)
 
 .PHONY: upload
 upload: $(DEB)
-       tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_BUILD_ARCH)
+       tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye
 
 .PHONY: clean
 clean: