minikube: fix ppc64le build
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user