From f4929f012a336f8975b4ca9783601ecf35337c79 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 Upstream-commit: 930db40ec8424555612ce70781e94d5cb172aa4c Component: packaging --- 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)