Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Change ARCH to be reflective
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <seemethere101@gmail.com>
(cherry picked from commit 930db40)
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
  • Loading branch information
seemethere authored and andrewhsu committed Jun 6, 2017
1 parent c1c839c commit 111c39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/packaging/deb/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 111c39a

Please sign in to comment.