mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 11:50:34 -04:00
Build for aarch32 using its repo
This commit is contained in:
parent
817fc68835
commit
14f2981ab3
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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}}"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user