mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 21:56:05 -04:00
Fix upload aarch32
This commit is contained in:
parent
ac48c1f196
commit
b63e6701d6
@ -2,6 +2,11 @@
|
||||
set -e
|
||||
rm -rf jreout || true
|
||||
|
||||
if [ "$TARGET_JDK" == "arm" ]
|
||||
then
|
||||
export TARGET_JDK=aarch32
|
||||
fi
|
||||
|
||||
cp -r openjdk/build/linux-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images/j2re-image jreout
|
||||
mv jreout/lib/${TARGET_JDK}/libfreetype.so.6 jreout/lib/${TARGET_JDK}/libfreetype.so || echo "Move exit $?"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user