Skip to content

Commit 5663eef

Browse files
authored
Update arm platform tag to manylinux2014 (#228)
1 parent 3151792 commit 5663eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ echo $(date) : "=== Building wheel"
5959
if [[ -z "$2" || "$2" = true ]]; then
6060
PLATFORM=`uname -m`
6161
if [ "$PLATFORM" = "aarch64" ] ; then
62-
PLATFORM_NAME="linux_aarch64"
62+
PLATFORM_NAME="manylinux2014_aarch64"
6363
else
6464
PLATFORM_NAME="manylinux1_x86_64"
6565
fi

0 commit comments

Comments
 (0)