From 9ad0388ef3e54c5b59815801a375819345f31e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 8 Aug 2014 13:33:03 +0300 Subject: [PATCH] Update docker image download size. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecabbf1..0bba87a 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ My solution to the challenge of cross compiling Go code with embedded C snippets (i.e. CGO_ENABLED=1) is based on the concept of [lightweight Linux containers](http://en.wikipedia.org/wiki/LXC). All the necessary Go tool-chains, C cross compilers and platform headers/libraries have been assembled into a single Docker container, which can then be called as if -a single command to build a Go package to various platforms and architectures. +a single command to compile a Go package to various platforms and architectures. Installation ------------ Although you could build the container manually, it is available as an automatic -trusted build from Docker's container registry (note, 530+ MB): +trusted build from Docker's container registry (67MB base + 472MB xgo): docker pull karalabe/xgo