Skip to content

Commit

Permalink
Update build_guide.md
Browse files Browse the repository at this point in the history
Added cross to make arguments to get binaries for all platforms
  • Loading branch information
peak-load authored and dlorenc committed Jul 26, 2018
1 parent b79f953 commit ed7e184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributors/build_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Clone minikube:
```shell
$ git clone https://github.com/kubernetes/minikube.git
```
Build using make:
Build (cross complile for linux / OS X and Windows) using make:
```shell
$ cd minikube
$ docker run --rm -v "$PWD":/go/src/k8s.io/minikube -w /go/src/k8s.io/minikube golang:stretch make
$ docker run --rm -v "$PWD":/go/src/k8s.io/minikube -w /go/src/k8s.io/minikube golang:stretch make cross
```
Check "out" directory:
```shell
Expand Down

0 comments on commit ed7e184

Please sign in to comment.