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
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64le*) vsed -i 's/amd64/ppc64le/g' Makefile;;
|
||||
esac
|
||||
}
|
||||
|
||||
do_build() {
|
||||
export GOPATH="$wrksrc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue