Stills fixing target upload

This commit is contained in:
Duy Tran Khanh 2021-01-25 11:42:40 +07:00 committed by GitHub
parent b63e6701d6
commit 142df77a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,15 @@ else
export TARGET_SHORT=$TARGET_JDK
fi
if [ "$TARGET_JDK" == "aarch32" ]
if [ "$TARGET_JDK" == "aarch32" ] || [ "$TARGET_JDK" == "arm" ]
then
echo "VM variant: client"
if [ -z "$JVM_VARIANTS"]
then
export JVM_VARIANTS=client
fi
else
echo "VM variant: server"
if [ -z "$JVM_VARIANTS"]
then
export JVM_VARIANTS=server