mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Rename Dockerfile.arm to Dockerfile.armhf to more clearly reflect the specific subversion of ARM it targets
Also, fix up some minor whitespace consistency issues, remove a little cruft, and update GOARM for armhf to 7 so that we're explicit. Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ DOCKER_ENGINE_OSARCH = $(shell docker version | grep 'OS/Arch' | tail -1 | cut -
|
||||
DOCKER_FILE = Dockerfile
|
||||
# switch to different Dockerfile for linux/arm
|
||||
ifeq ($(DOCKER_ENGINE_OSARCH),linux/arm)
|
||||
DOCKER_FILE = Dockerfile.arm
|
||||
DOCKER_FILE = Dockerfile.armhf
|
||||
endif
|
||||
export DOCKER_FILE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user