From 9a91fc5a89e8d7f56a8f6f9e1cd0f05255ec9118 Mon Sep 17 00:00:00 2001 From: Jonathan Swinney Date: Wed, 16 Sep 2020 16:33:36 +0000 Subject: Update make_py_wheel.sh updating from manylinux1 to manylinux2014 as : (a) manylinux1 will be depreciated soon , and (b) need manylinux2014 to support new architecture like arm64 --- python/make_py_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/make_py_wheel.sh b/python/make_py_wheel.sh index 7f82947..5a2a4f7 100755 --- a/python/make_py_wheel.sh +++ b/python/make_py_wheel.sh @@ -73,7 +73,7 @@ build() { if [ "$1" = "native" ]; then build $2 elif [ "$#" -eq 1 ]; then - run_docker quay.io/pypa/manylinux1_${1} ${1} + run_docker quay.io/pypa/manylinux2014_${1} ${1} else run_docker quay.io/pypa/manylinux1_i686 i686 run_docker quay.io/pypa/manylinux1_x86_64 x86_64 -- cgit v1.2.3