mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 12:56:39 +02:00
community/cri-tools: enable on armhf
This commit is contained in:
parent
39c7273df2
commit
5ba022ecbc
@ -5,7 +5,7 @@ pkgver=1.35.0
|
||||
pkgrel=3
|
||||
pkgdesc="CLI tool for Kubelet Container Runtime Interface (CRI)"
|
||||
url="https://github.com/kubernetes-sigs/cri-tools"
|
||||
arch="all !armhf"
|
||||
arch="all"
|
||||
license="Apache-2.0"
|
||||
makedepends="go"
|
||||
options="!check" # no check available
|
||||
@ -17,7 +17,7 @@ export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
||||
|
||||
build() {
|
||||
case "$CARCH" in
|
||||
armv7|riscv64|s390x|x86|loongarch64) CGO_ENABLED=1 make all;;
|
||||
arm*|riscv64|s390x|x86|loongarch64) CGO_ENABLED=1 make all;;
|
||||
*) make all;;
|
||||
esac
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user