mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
minikube: restrict to x86 and aarch64
This commit is contained in:
parent
420c55941d
commit
e5547f1046
1 changed files with 1 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=minikube
|
pkgname=minikube
|
||||||
version=1.23.0
|
version=1.23.0
|
||||||
revision=1
|
revision=1
|
||||||
|
archs="x86_64* i686* aarch64*"
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_ldflags="-X k8s.io/minikube/pkg/version.version=$version"
|
go_ldflags="-X k8s.io/minikube/pkg/version.version=$version"
|
||||||
|
@ -17,12 +18,6 @@ changelog="https://raw.githubusercontent.com/kubernetes/minikube/master/CHANGELO
|
||||||
distfiles="https://github.com/kubernetes/minikube/archive/v$version.tar.gz"
|
distfiles="https://github.com/kubernetes/minikube/archive/v$version.tar.gz"
|
||||||
checksum=c40e43a4944cf434e03d2ce520c330bdca209fb08428601e1d453ea124a9c2b3
|
checksum=c40e43a4944cf434e03d2ce520c330bdca209fb08428601e1d453ea124a9c2b3
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
ppc64le*) vsed -i 's/amd64/ppc64le/g' Makefile;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
local storage_provisioner_tag= iso_version=
|
local storage_provisioner_tag= iso_version=
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue