From 111c39aff16a5e310914135e9d404fd0262465a6 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Wed, 31 May 2017 11:15:19 -0500 Subject: [PATCH] Change ARCH to be reflective Signed-off-by: Eli Uriegas (cherry picked from commit 930db40ec8424555612ce70781e94d5cb172aa4c) Signed-off-by: Andrew Hsu --- components/packaging/deb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/packaging/deb/Makefile b/components/packaging/deb/Makefile index 4c62c275fc..5ca2b57f62 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)