소스 검색

Use uname to build target name for different platforms

Signed-off-by: Stefan Scherer <[email protected]>
Stefan Scherer 10 년 전
부모
커밋
c99f2f8efd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      script/build-linux-inner

+ 1 - 1
script/build-linux-inner

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