mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Add Makefile target for updating docker image
This commit is contained in:
parent
2644cbdcb7
commit
4b72b61773
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -23,6 +23,11 @@ clean:
|
|||
rm -rf msgpack/__pycache__
|
||||
rm -rf test/__pycache__
|
||||
|
||||
.PHONY: update-docker
|
||||
update-docker:
|
||||
docker pull quay.io/pypa/manylinux1_i686
|
||||
docker pull quay.io/pypa/manylinux1_x86_64
|
||||
|
||||
.PHONY: linux-wheel
|
||||
linux-wheel:
|
||||
docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash docker/buildwheel.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue