mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
minikube: fix ppc64le build
This commit is contained in:
parent
94cc285305
commit
4cc2b6d835
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ do_fetch() {
|
||||||
$wrksrc/src/k8s.io/minikube
|
$wrksrc/src/k8s.io/minikube
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64le*) vsed -i 's/amd64/ppc64le/g' Makefile;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export GOPATH="$wrksrc"
|
export GOPATH="$wrksrc"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue