Remove linux 386 due to dropped support in chromium 104 and upwards

This commit is contained in:
FriwiDev
2022-08-26 20:58:46 +02:00
parent 89c81ce91c
commit d80b0b0138
6 changed files with 4 additions and 70 deletions

View File

@@ -59,7 +59,8 @@ chmod +x compile.sh
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
./compile.sh linux64
elif [ ${TARGETARCH} == '386' ]; then
./compile.sh linux32
echo "386 is no longer supported since chromium 104"
exit 1
else
echo "Can not compile java classes under arm/v6 currently. So we copy from prebuild directory."
mkdir -p /jcef/out/linux32