mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64le*) vsed -i 's/amd64/ppc64le/g' Makefile;;
|
||||
esac
|
||||
}
|
||||
|
||||
do_build() {
|
||||
export GOPATH="$wrksrc"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue