Files
docker-cli/components/engine/hack
Christopher Jones 6d5a2dc4f9 Fix install script for multiarch
The current check for uname -m just looks for *64 which hits a lot
more cases than it should (mips for ex), and ignores a few that it shouldn't.

This check will run the install script if on a supported architecture
(x86_64 or amd64) or an unofficial one with a docker repository
(armv6l or armv7l) and will give a more accurate error on an unofficial
64-bit architecture that isn't in the docker repository.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
Upstream-commit: 28bdf08e0a13c34d765b5db90b552ed6fc3fd459
Component: engine
2016-10-31 09:38:26 -04:00
..
2016-05-24 20:42:28 -07:00
2016-10-31 09:38:26 -04:00
2016-10-26 15:39:35 -07:00