buildsys: don't pass arch for an arch: all package

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>
This commit is contained in:
Thomas Lamprecht 2023-05-21 11:18:36 +02:00
parent e4d6ad4d93
commit 6a003c5a14

View File

@ -35,7 +35,7 @@ $(DSC): $(BUILDDIR)
.PHONY: upload .PHONY: upload
upload: $(DEB) 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 .PHONY: clean
clean: clean: