Skip to content

Commit

Permalink
Merge pull request docker-archive#9 from seemethere/deb_dockerfiles_n…
Browse files Browse the repository at this point in the history
…aming_update

Update deb dockerfiles to $(uname -m) names
  • Loading branch information
andrewhsu authored May 31, 2017
2 parents 121e1c4 + 930db40 commit 10ce75b
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 10ce75b

Please sign in to comment.