use (old) binary build of docker arm for now as no cross build yet

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-04-18 11:17:32 +01:00
parent 35b8324179
commit 034fc7a5be
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ arm:
$(MAKE) -C transfused OS=linux ARCH=arm
$(MAKE) -C mdnstool OS=linux ARCH=arm
$(MAKE) -C hupper OS=linux ARCH=arm
$(MAKE) -C docker OS=Linux ARCH=arm
$(MAKE) -C docker arm OS=Linux ARCH=arm
# Not cross building at present (C code)
# $(MAKE) -C diagnostics OS=linux ARCH=arm
# $(MAKE) -C proxy OS=linux ARCH=arm