mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
kubelet-wrapper: Enable on arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
3feb415c5e
commit
fc65fc68a6
@ -8,7 +8,7 @@ EAPI=6
|
|||||||
|
|
||||||
DESCRIPTION="Kubernetes Container Manager"
|
DESCRIPTION="Kubernetes Container Manager"
|
||||||
HOMEPAGE="http://kubernetes.io/"
|
HOMEPAGE="http://kubernetes.io/"
|
||||||
KEYWORDS="amd64"
|
KEYWORDS="amd64 arm64"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
@ -77,7 +77,6 @@ RDEPEND="${RDEPEND}
|
|||||||
RDEPEND="${RDEPEND}
|
RDEPEND="${RDEPEND}
|
||||||
amd64? (
|
amd64? (
|
||||||
app-admin/adcli
|
app-admin/adcli
|
||||||
app-admin/kubelet-wrapper
|
|
||||||
app-crypt/go-tspi
|
app-crypt/go-tspi
|
||||||
app-emulation/xenserver-pv-version
|
app-emulation/xenserver-pv-version
|
||||||
app-emulation/xenstore
|
app-emulation/xenstore
|
||||||
@ -89,6 +88,7 @@ RDEPEND="${RDEPEND}
|
|||||||
RDEPEND="${RDEPEND}
|
RDEPEND="${RDEPEND}
|
||||||
app-admin/etcd-wrapper
|
app-admin/etcd-wrapper
|
||||||
app-admin/fleet
|
app-admin/fleet
|
||||||
|
app-admin/kubelet-wrapper
|
||||||
app-admin/locksmith
|
app-admin/locksmith
|
||||||
app-admin/mayday
|
app-admin/mayday
|
||||||
app-admin/sdnotify-proxy
|
app-admin/sdnotify-proxy
|
||||||
|
@ -4,4 +4,3 @@ dev-libs/gobject-introspection-1.40.0-r1
|
|||||||
|
|
||||||
# build errors
|
# build errors
|
||||||
net-dns/bind-tools-9.10.1_p1
|
net-dns/bind-tools-9.10.1_p1
|
||||||
app-admin/kubelet-1.0.1-r2
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user