File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ clean:
3131
3232.PHONY : update-docker
3333update-docker :
34- docker pull quay.io/pypa/manylinux2010_i686
35- docker pull quay.io/pypa/manylinux2010_x86_64
34+ docker pull quay.io/pypa/manylinux1_i686
35+ docker pull quay.io/pypa/manylinux1_x86_64
3636
3737.PHONY : linux-wheel
3838linux-wheel :
39- docker run --rm -v ` pwd` :/project -w /project quay.io/pypa/manylinux2010_i686 bash docker/buildwheel.sh
40- docker run --rm -v ` pwd` :/project -w /project quay.io/pypa/manylinux2010_x86_64 bash docker/buildwheel.sh
39+ docker run --rm -v ` pwd` :/project -w /project quay.io/pypa/manylinux1_i686 bash docker/buildwheel.sh
40+ docker run --rm -v ` pwd` :/project -w /project quay.io/pypa/manylinux1_x86_64 bash docker/buildwheel.sh
4141
4242.PHONY : linux-arm64-wheel
4343linux-arm64-wheel :
You can’t perform that action at this time.
0 commit comments