Use uname to build target name for different platforms

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
This commit is contained in:
Stefan Scherer 2015-11-13 08:33:51 +01:00 committed by Daniel Nephin
parent 8f70c8cdeb
commit 0117148a36
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -ex
TARGET=dist/docker-compose-Linux-x86_64
TARGET=dist/docker-compose-$(uname -s)-$(uname -m)
VENV=/code/.tox/py27
mkdir -p `pwd`/dist