mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Restrict kubernetes to amd64
- currently no arm64 binary downloads available Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
1597ddb72f
commit
6264912489
@ -2,5 +2,6 @@ ORG?=linuxkitprojects
|
||||
IMAGE=kubernetes
|
||||
NETWORK=1
|
||||
NOTRUST=1
|
||||
ARCHES=x86_64
|
||||
|
||||
include ../../../pkg/package.mk
|
||||
|
Loading…
Reference in New Issue
Block a user