update
This commit is contained in:
parent
aaca450cf3
commit
221151e53f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -17,6 +17,8 @@ install: clean
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
build-manylinux1-wheel:
|
build-manylinux1-wheel:
|
||||||
|
docker pull quay.io/pypa/manylinux1_i686
|
||||||
|
docker pull quay.io/pypa/manylinux1_x86_64
|
||||||
docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash dockerfiles/buildwheel.sh
|
docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash dockerfiles/buildwheel.sh
|
||||||
docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_x86_64 bash dockerfiles/buildwheel.sh
|
docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_x86_64 bash dockerfiles/buildwheel.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue