diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2021-11-16 15:02:54 +0900 |
|---|---|---|
| committer | Inada Naoki <songofacandy@gmail.com> | 2021-11-16 15:02:54 +0900 |
| commit | d35a8aeb648f3cd3812c3f80df87d663935d5eff (patch) | |
| tree | ea28cfbe09105eeaff934ee3b97e588a0db7e240 /Makefile | |
| parent | 86c674440fb67eddf7dc41384ae8dc58451d33ce (diff) | |
| download | msgpack-python-d35a8aeb648f3cd3812c3f80df87d663935d5eff.tar.gz | |
use manylinux2014
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
