mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
baselayout: Add arm64 keywords
Update the baselayout ebuild to include arm64 keywords. Bump the version to baselayout-3.0.13. Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
07cb82788f
commit
b12171b734
@ -7,10 +7,10 @@ CROS_WORKON_LOCALNAME="baselayout"
|
|||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="cc3915ded60928f5a85d594d1faab4899174361e"
|
CROS_WORKON_COMMIT="cc3915ded60928f5a85d594d1faab4899174361e"
|
||||||
KEYWORDS="amd64 arm x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
inherit cros-workon eutils multilib systemd
|
inherit cros-workon eutils multilib systemd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user