mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-02 18:40:55 +00:00
Use manylinux1 instead of manylinux2010
This commit is contained in:
parent
c0516c603f
commit
431ef45c8e
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -31,13 +31,13 @@ clean:
|
||||||
|
|
||||||
.PHONY: update-docker
|
.PHONY: update-docker
|
||||||
update-docker:
|
update-docker:
|
||||||
docker pull quay.io/pypa/manylinux2010_i686
|
docker pull quay.io/pypa/manylinux1_i686
|
||||||
docker pull quay.io/pypa/manylinux2010_x86_64
|
docker pull quay.io/pypa/manylinux1_x86_64
|
||||||
|
|
||||||
.PHONY: linux-wheel
|
.PHONY: linux-wheel
|
||||||
linux-wheel:
|
linux-wheel:
|
||||||
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2010_i686 bash docker/buildwheel.sh
|
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash docker/buildwheel.sh
|
||||||
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2010_x86_64 bash docker/buildwheel.sh
|
docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux1_x86_64 bash docker/buildwheel.sh
|
||||||
|
|
||||||
.PHONY: linux-arm64-wheel
|
.PHONY: linux-arm64-wheel
|
||||||
linux-arm64-wheel:
|
linux-arm64-wheel:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue