]> git.proxmox.com Git - proxmox-mini-journalreader.git/commitdiff
make upload: pass arch
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 May 2019 17:18:19 +0000 (19:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 May 2019 17:21:32 +0000 (19:21 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 9b87b38754a87acf8af51baed360f1ba834b05c3..825298433759974892aa3d2d578d7a14cf23cafb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,4 +39,4 @@ clean:
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
+       tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${DEB_BUILD_ARCH}