Change ARCH to be reflective
Signed-off-by: Eli Uriegas <seemethere101@gmail.com> Upstream-commit: 930db40ec8424555612ce70781e94d5cb172aa4c Component: packaging
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user