mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
app-admin/sdnotify-proxy: Add arm64 keywords
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
f997ce7533
commit
24f039f5d5
@ -9,10 +9,10 @@ COREOS_GO_PACKAGE="github.com/coreos/sdnotify-proxy"
|
|||||||
inherit coreos-go cros-workon
|
inherit coreos-go cros-workon
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="f516129af110fd4a51bd5ea2654f4dc8dd02e5c4"
|
CROS_WORKON_COMMIT="f516129af110fd4a51bd5ea2654f4dc8dd02e5c4"
|
||||||
KEYWORDS="amd64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DESCRIPTION="sdnotify-proxy"
|
DESCRIPTION="sdnotify-proxy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user