summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2021-11-16 15:02:54 +0900
committerInada Naoki <songofacandy@gmail.com>2021-11-16 15:02:54 +0900
commitd35a8aeb648f3cd3812c3f80df87d663935d5eff (patch)
treeea28cfbe09105eeaff934ee3b97e588a0db7e240 /Makefile
parent86c674440fb67eddf7dc41384ae8dc58451d33ce (diff)
downloadmsgpack-python-d35a8aeb648f3cd3812c3f80df87d663935d5eff.tar.gz
use manylinux2014
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6f29aed..b50fa80 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,8 @@ update-docker:
.PHONY: linux-wheel
linux-wheel:
- 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/manylinux1_x86_64 bash docker/buildwheel.sh
+ docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_i686 bash docker/buildwheel.sh
+ docker run --rm -v `pwd`:/project -w /project quay.io/pypa/manylinux2014_x86_64 bash docker/buildwheel.sh
.PHONY: linux-arm64-wheel
linux-arm64-wheel: