8000 Use manylinux1 instead of manylinux2010 · nomissbowling/msgpack-python@431ef45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 431ef45

Browse files
committed
Use manylinux1 instead of manylinux2010
1 parent c0516c6 commit 431ef45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ clean:
3131

3232
.PHONY: update-docker
3333
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
3636

3737
.PHONY: linux-wheel
3838
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
4141

4242
.PHONY: linux-arm64-wheel
4343
linux-arm64-wheel:

0 commit comments

Comments
 (0)
0