|
@@ -23,11 +23,6 @@ REPO=docker/compose
|
|
|
# Build the binaries
|
|
# Build the binaries
|
|
|
script/clean
|
|
script/clean
|
|
|
script/build/linux
|
|
script/build/linux
|
|
|
-# TODO: build osx binary
|
|
|
|
|
-# script/setup/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"
|
|
echo "Building the container distribution"
|
|
|
script/build/image $VERSION
|
|
script/build/image $VERSION
|
|
@@ -35,3 +30,8 @@ script/build/image $VERSION
|
|
|
echo "Create a github release"
|
|
echo "Create a github release"
|
|
|
# TODO: script more of this https://developer.github.com/v3/repos/releases/
|
|
# TODO: script more of this https://developer.github.com/v3/repos/releases/
|
|
|
browser https://github.com/$REPO/releases/new
|
|
browser https://github.com/$REPO/releases/new
|
|
|
|
|
+
|
|
|
|
|
+echo "Don't forget to download the osx and windows binaries from appveyor/bintray\!"
|
|
|
|
|
+echo "https://dl.bintray.com/docker-compose/$BRANCH/"
|
|
|
|
|
+echo "https://ci.appveyor.com/project/docker/compose"
|
|
|
|
|
+echo
|