Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Commit

Permalink
Hints how to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Stepin committed Dec 1, 2017
1 parent 3df8594 commit 7a4df5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
docker run --name=build-kops -it -v ~/go/src/k8s.io/kops:/go/src/k8s.io/kops golang:1.8 bash
cd /go/src/k8s.io/kops
make
docker cp build-kops:/go/bin/kops .

0 comments on commit 7a4df5e

Please sign in to comment.