JetBrains/skia-build

Support Linux armv7 and arm64

Modificator opened this issue · 4 comments

Thanks for this project, compose is a great UI framework, I want use it on raspberrypi or other Linux-arm device
Will you consider adapting the Linux arm platform?

That would require ARM-based CI. We are currently using https://github.com/actions/virtual-environments which doesn’t seem to have one.

I don’t mind the idea, though. Maybe in the future

@tonsky GCC seem to provide cross compilers:

https://www.acmesystems.it/arm9_toolchain
https://askubuntu.com/questions/250696/how-to-cross-compile-for-arm

Installing some packages and using the right compiler in the build.py might work.

Cool! Would you like to provide a PR?