mirror of https://github.com/docker/compose.git
Use uname to build target name for different platforms
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
This commit is contained in:
parent
8f70c8cdeb
commit
0117148a36
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue