Suwayomi/Suwayomi-JUI

[Feature Request] Pinephone support

XakepSDK opened this issue · 3 comments

Support for pinephone
Pinephone runs on aarch64 and has 1440×720 screen

I cant do aarch64 builds currently since Github CI doesn't support them. If the standard builds dont work I cant really do anything

Will it work if you replace compose.desktop.currentOs with acompose.desktop.arm64_linux?
I have built it this way and it made a build, but it doesn't work on pinephone. App starts, but window is blank.

It would surprise me if it worked if you did that. Compose Desktop only explicitly supports building for the same OS/Arch it is built on. Maybe see if you can get Java 15 and download the repo on your Pinephone to build it?