mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 21:26:44 -04:00
Use aarch32 port for aarch32 and base jdk8u otherwise
This commit is contained in:
parent
b3042ae7b2
commit
4a07e97efe
@ -1,10 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
if [ "$TARGET_JDK" == "arm" ]; then
|
||||
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch32-jdk8u openjdk
|
||||
git clone --depth 1 https://github.com/openjdk/aarch32-port-jdk8u openjdk
|
||||
elif [ "$BUILD_IOS" == "1" ]; then
|
||||
git clone --depth 1 --branch ios https://github.com/PojavLauncherTeam/openjdk-multiarch-jdk8u openjdk
|
||||
else
|
||||
# Use aarch32 repo because it also has aarch64
|
||||
git clone --depth 1 https://github.com/openjdk/aarch32-port-jdk8u openjdk
|
||||
|
||||
git clone --depth 1 https://github.com/openjdk/jdk8u openjdk
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user