Build for aarch32 using its repo

This commit is contained in:
Duy Tran Khanh 2023-02-19 17:53:35 +07:00 committed by ArtDev
parent 817fc68835
commit 14f2981ab3
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,7 @@ jobs:
build_android:
strategy:
matrix:
# TODO: aarch32
arch: [ "aarch64", "x86", "x86_64" ]
arch: [ "aarch32", aarch64", "x86", "x86_64" ]
fail-fast: false
name: "Build for Android ${{matrix.arch}}"

View File

@ -5,5 +5,6 @@ git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch32-jdk8u o
elif [ "$BUILD_IOS" == "1" ]; then
git clone --depth 1 --branch ios https://github.com/PojavLauncherTeam/openjdk-multiarch-jdk8u openjdk
else
git clone --depth 1 https://github.com/openjdk/jdk8u openjdk
# Use aarch32 repo because it also has aarch64
git clone --depth 1 https://github.com/openjdk/aarch32-port-jdk8u openjdk
fi