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:
31
31
32
32
.PHONY : update-docker
33
33
update-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
36
36
37
37
.PHONY : linux-wheel
38
38
linux-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
41
41
42
42
.PHONY : linux-arm64-wheel
43
43
linux-arm64-wheel :
You can’t perform that action at this time.
0 commit comments