-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This brings the kvm driver in sync with the latest version of docker/machine#1902
- Loading branch information
Daniel Hiltgen
committed
Oct 15, 2015
1 parent
4f583a0
commit 667b956
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
default: build | ||
|
||
build: | ||
GOGC=off go build -i -o docker-machine-kvm | ||
GOGC=off go build -i -o docker-machine-driver-kvm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters