Restrict kubernetes to amd64

- currently no arm64 binary downloads available

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-08-21 16:07:11 +01:00
parent 1597ddb72f
commit 6264912489

View File

@ -2,5 +2,6 @@ ORG?=linuxkitprojects
IMAGE=kubernetes
NETWORK=1
NOTRUST=1
ARCHES=x86_64
include ../../../pkg/package.mk