mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
Merge pull request #2499 from glevand/for-merge-kublet
kubelet-wrapper: Enable on arm64
This commit is contained in:
commit
dd98afc051
@ -8,7 +8,7 @@ EAPI=6
|
||||
|
||||
DESCRIPTION="Kubernetes Container Manager"
|
||||
HOMEPAGE="http://kubernetes.io/"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 arm64"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
@ -77,7 +77,6 @@ RDEPEND="${RDEPEND}
|
||||
RDEPEND="${RDEPEND}
|
||||
amd64? (
|
||||
app-admin/adcli
|
||||
app-admin/kubelet-wrapper
|
||||
app-crypt/go-tspi
|
||||
app-emulation/xenserver-pv-version
|
||||
app-emulation/xenstore
|
||||
@ -89,6 +88,7 @@ RDEPEND="${RDEPEND}
|
||||
RDEPEND="${RDEPEND}
|
||||
app-admin/etcd-wrapper
|
||||
app-admin/fleet
|
||||
app-admin/kubelet-wrapper
|
||||
app-admin/locksmith
|
||||
app-admin/mayday
|
||||
app-admin/sdnotify-proxy
|
||||
|
@ -4,4 +4,3 @@ dev-libs/gobject-introspection-1.40.0-r1
|
||||
|
||||
# build errors
|
||||
net-dns/bind-tools-9.10.1_p1
|
||||
app-admin/kubelet-1.0.1-r2
|
||||
|
Loading…
x
Reference in New Issue
Block a user