]> git.proxmox.com Git - proxmox-acme.git/commitdiff
buildsys: do not pass arch to upload
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Oct 2021 09:18:20 +0000 (11:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Oct 2021 09:18:26 +0000 (11:18 +0200)
variable wasn't set and this is an `arch: all` package anyway..

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

index f672bbf564d99d1cb8b420a51bff04c0cbbc8dda..a38da6735ab5ac909150a63446dfd8188722ebc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,5 +47,5 @@ clean:
 
 .PHONY: upload
 upload: ${DEBS}
-       tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye --arch ${DEB_BUILD_ARCH}
-       tar cf - ${DEB_ACME_PLUGS}|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist bullseye --arch ${DEB_BUILD_ARCH}
+       tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye
+       tar cf - ${DEB_ACME_PLUGS}|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist bullseye