mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
Test and build on 3.6 (replaces 3.4) ; dist 3.6-compiled binaries
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
8725385813
commit
a0f78539b6
18 changed files with 76 additions and 35 deletions
|
|
@ -3,7 +3,7 @@
|
|||
set -ex
|
||||
|
||||
TARGET=dist/docker-compose-$(uname -s)-$(uname -m)
|
||||
VENV=/code/.tox/py27
|
||||
VENV=/code/.tox/py36
|
||||
|
||||
mkdir -p `pwd`/dist
|
||||
chmod 777 `pwd`/dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue