-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM 32bits build #131
Comments
The problem is that, to my knowledge, there is no 32-bit ARM Java support for Alpine Linux.
You are talking about the hardware or software ? I agree that the 32bit OS is running on all Raspberry hardware, which is not the case for the 64bit version. But on the software side, It seems that the 64bit version has more/better support. |
Yeah 64bit are better. But I tried 64bit recently on rasp and had major issues with missing packages and libraries which were not yet created for 64bit. I managed to build it locally on 32bit ARM. But it was stuck in the updater loop, first updater run for ~5 minutes, than verification. And that got stuck. After restart updated was stuck in infinite loop. |
Java 8 for ARM32 in Alpine repository is running in interpreter mode only, meaning that it is slow as hell and not really usable... |
If you have less than 4G you must install JDownloader as regual app. Some years ago I use this script for installing Java on 32-bit ARM. It was BellSoft Java 12
|
First - thank you very much for the docker file! It's pretty cool! :)
Would it be possible to build also arm/32bits version?
Because most of the RaspberryPI OS are running on 32b (it has wider support than 64b)
Thank you
🙏
The text was updated successfully, but these errors were encountered: