diff --git a/components/packaging/deb/Makefile b/components/packaging/deb/Makefile index 4c62c275fc3..5ca2b57f62a 100644 --- a/components/packaging/deb/Makefile +++ b/components/packaging/deb/Makefile @@ -1,6 +1,6 @@ SHELL:=/bin/bash ALPINE:=$(shell $(CURDIR)/../detect_alpine_image) -ARCH:=amd64 +ARCH:=$(shell uname -m) ENGINE_DIR:=$(CURDIR)/../../engine CLI_DIR:=$(CURDIR)/../../cli GITCOMMIT?=$(shell cd $(ENGINE_DIR) && git rev-parse --short HEAD)