Move all build scripts to script/build
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
38dd342b7b
commit
a87d482a3b
11 changed files with 11 additions and 11 deletions
|
|
@ -22,15 +22,15 @@ REPO=docker/compose
|
|||
|
||||
# Build the binaries
|
||||
script/clean
|
||||
script/build-linux
|
||||
script/build/linux
|
||||
# TODO: build osx binary
|
||||
# script/prepare-osx
|
||||
# script/build-osx
|
||||
# script/build/osx
|
||||
# TODO: build or fetch the windows binary
|
||||
echo "You need to build the osx/windows binaries, that step is not automated yet."
|
||||
|
||||
echo "Building the container distribution"
|
||||
script/build-image $VERSION
|
||||
script/build/image $VERSION
|
||||
|
||||
echo "Create a github release"
|
||||
# TODO: script more of this https://developer.github.com/v3/repos/releases/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue