mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-05 12:58:53 +00:00
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:
@@ -15,5 +15,10 @@ bin: docker.git
|
||||
docker.git:
|
||||
git clone git://github.com/djs55/docker.git docker.git
|
||||
|
||||
arm:
|
||||
mkdir -p bin
|
||||
rm -f bin/docker*
|
||||
cp docker-arm bin/docker
|
||||
|
||||
clean:
|
||||
rm -rf bin
|
||||
|
||||
Reference in New Issue
Block a user