|
|
@@ -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/
|