mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
app-emulation/actool: Update for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
3fc130c75a
commit
c3f77cb2a9
@ -4,16 +4,15 @@
|
|||||||
EAPI=5
|
EAPI=5
|
||||||
CROS_WORKON_PROJECT="appc/spec"
|
CROS_WORKON_PROJECT="appc/spec"
|
||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
# name of directory git repo is checked out into by manifest
|
|
||||||
CROS_WORKON_LOCALNAME="appc-spec"
|
CROS_WORKON_LOCALNAME="appc-spec"
|
||||||
COREOS_GO_PACKAGE="github.com/appc/spec"
|
COREOS_GO_PACKAGE="github.com/appc/spec"
|
||||||
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="9a448f73b7fa765a60eade4bcca41e18bfe613aa" # v0.5.1
|
CROS_WORKON_COMMIT="9a448f73b7fa765a60eade4bcca41e18bfe613aa" # v0.5.1
|
||||||
KEYWORDS="amd64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DESCRIPTION="App Container builder and validator"
|
DESCRIPTION="App Container builder and validator"
|
||||||
@ -24,8 +23,6 @@ LICENSE="Apache-2.0"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=">=dev-lang/go-1.3"
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
go_build "${COREOS_GO_PACKAGE}/actool"
|
go_build "${COREOS_GO_PACKAGE}/actool"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user