Commit Graph

17 Commits

Author SHA1 Message Date
Evan Hazlett ce61151e2b Merge pull request #1191 from peter-edge/fix_build_mac_1_4
Fix build for mac with golang 1.4 after doing godep go install ./...
2015-05-20 11:27:29 -04:00
Peter Edge ae33cf1448 fix build for mac with golang 1.4 after doing godep go install ./...
Signed-off-by: Peter Edge <peter.edge@gmail.com>
2015-05-18 23:07:30 +02:00
Dave Henderson 31c1e96e76 Adding linux/arm to the platforms that get built
Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
2015-05-15 23:15:40 -04:00
Nathan LeClaire f1c7577f82 Add environment variable option to skip docker build
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-05-05 14:39:13 -07:00
Evan Hazlett d32f30b14e
run the sum generation in the release script instead of build
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-03-30 13:11:33 -04:00
Evan Hazlett d121c4d742
run sum generation in container
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-03-30 12:42:36 -04:00
Evan Hazlett d8bd18d3bb add git commit to version info
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-03-20 14:41:48 -04:00
Ben Firshman 1c8eb08e1e Remove binaries in build after building image
This will bail before deleting the binaries if it can't connect to a
Docker host. Sometimes I build machine binaries when I haven't got a
machine and then it removes the machine binaries and then I can't
use machine to create a machine and then the universe implodes. :(

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-02-25 18:14:38 +00:00
Evan Hazlett ba7e4d3716
enable specifying arch along with os when building
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-01-23 10:24:37 -05:00
Nathan LeClaire 14b7e0fe5f Add some misses I found
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-01-22 12:01:40 -08:00
Simon Thulbourn 4ee78fa097 Change binary name to docker-machine
Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
2015-01-22 18:50:08 +00:00
Nathan LeClaire 2f44eca0d3 Fix scripting issue (systems which don't default to bash)
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2014-12-17 10:11:43 -08:00
Nathan LeClaire b350a99bec Allow optional override of os and arch in build
With this change machine will still cross-compile for all supported OSes
/ archs by default, but allows user to customize args to the build
script.

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2014-12-15 14:12:17 -08:00
Ben Firshman d95e4b3a6f Add release script
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-09 16:45:23 -08:00
Ben Firshman 79caf530ea Build Windows binaries
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-09 14:20:38 -08:00
Ben Firshman e42afabd03 Build and test using Docker
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-08 16:46:40 -08:00
Ben Firshman 22478c1336 Document build process
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-04 20:28:53 +01:00