From 3915faa72aa6981f14fe07e9d6f33e1319a461b0 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 15 Dec 2014 09:02:50 +0100 Subject: [PATCH] Updated final note --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a8f0190..7076206 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,15 @@ It works for more cases, but we need to prefix each binaries, this solution can Removing intermediate container 8e23dde8cfae Successfully built 0afaa5c20659 +And the essential, it runs on an armhf machine + + root@devbox-image-tools-docker-builder:~# uname -a + Linux devbox-image-tools-docker-builder 3.17.0-119 #1 SMP Thu Nov 20 14:15:44 CET 2014 armv7l armv7l armv7l GNU/Linux + root@devbox-image-tools-docker-builder:~# docker run -it --rm moul/trusted-cross-build /bin/bash + root@0a2a778ad62c:/# uname -a + Linux 0a2a778ad62c 3.17.0-119 #1 SMP Thu Nov 20 14:15:44 CET 2014 armv7l armv7l armv7l GNU/Linux + root@0a2a778ad62c:/# + Evolution ---------