buildsys: use correct DEB_HOST_ARCH

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-27 17:41:43 +02:00
parent 81f4432579
commit c42d3308e4

View File

@ -2,7 +2,7 @@ include /usr/share/dpkg/default.mk
PACKAGE=libproxmox-backup-qemu0
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
ARCH:=$(DEB_HOST_ARCH)
export GITVERSION:=$(shell git rev-parse HEAD)
MAIN_DEB=$(PACKAGE)_$(DEB_VERSION)_$(ARCH).deb