We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2644cbd commit 4b72b61Copy full SHA for 4b72b61
Makefile
@@ -23,6 +23,11 @@ clean:
23
rm -rf msgpack/__pycache__
24
rm -rf test/__pycache__
25
26
+.PHONY: update-docker
27
+update-docker:
28
+ docker pull quay.io/pypa/manylinux1_i686
29
+ docker pull quay.io/pypa/manylinux1_x86_64
30
+
31
.PHONY: linux-wheel
32
linux-wheel:
33
docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash docker/buildwheel.sh
0 commit comments