We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3151792 commit 5663eefCopy full SHA for 5663eef
build_wheel.sh
@@ -59,7 +59,7 @@ echo $(date) : "=== Building wheel"
59
if [[ -z "$2" || "$2" = true ]]; then
60
PLATFORM=`uname -m`
61
if [ "$PLATFORM" = "aarch64" ] ; then
62
- PLATFORM_NAME="linux_aarch64"
+ PLATFORM_NAME="manylinux2014_aarch64"
63
else
64
PLATFORM_NAME="manylinux1_x86_64"
65
fi
0 commit comments