X Tutup
Skip to content

Commit 92ce49b

Browse files
committed
Put all core drivers in docker-machine binary
Signed-off-by: David Gageot <david@gageot.net>
1 parent e35b169 commit 92ce49b

20 files changed

+99
-196
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,13 @@ This will generate and open the report file:
9999

100100
### Advanced build targets
101101

102-
Just build the machine binary itself (native):
102+
Build for all supported OSes and architectures (binaries will be in the `bin` project subfolder):
103103

104-
make machine
104+
make build-x
105105

106-
Just build the plugins (native):
106+
Build for a specific list of OSes and architectures:
107107

108-
make plugins
109-
110-
Build for all supported oses and architectures (binaries will be in the `bin` project subfolder):
111-
112-
make cross
113-
114-
Build for a specific list of oses and architectures:
115-
116-
TARGET_OS=linux TARGET_ARCH="amd64 arm" make cross
108+
TARGET_OS=linux TARGET_ARCH="amd64 arm" make build-x
117109

118110
You can further control build options through the following environment variables:
119111

cmd/machine-driver-amazonec2.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

cmd/machine-driver-azure.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

cmd/machine-driver-digitalocean.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

cmd/machine-driver-exoscale.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

cmd/machine-driver-generic.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

cmd/machine-driver-google.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

cmd/machine-driver-hyperv.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

cmd/machine-driver-none.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

cmd/machine-driver-openstack.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)
X Tutup