Skip to content
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

Support for ARM server builds #817

Open
eliandoran opened this issue Dec 19, 2024 · 2 comments
Open

Support for ARM server builds #817

eliandoran opened this issue Dec 19, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@eliandoran
Copy link
Contributor

eliandoran commented Dec 19, 2024

The server build, outside of Docker, is currently x86_64 only.

There have been requests to support ARM builds as well. The main challenge is installing native deoendencies, so either we use a native ARM runner or a QEMU layer to build the application for us.

@eliandoran eliandoran added the enhancement New feature or request label Dec 19, 2024
@maphew
Copy link

maphew commented Dec 23, 2024

Also see https://github.com/orgs/TriliumNext/discussions/827 for a recipe to get up and running on Android; might be useful.

@eliandoran
Copy link
Contributor Author

@maphew , the problem is that we lack a powerful ARM device to run the build on. Emulation can be used, but it implies too much work for now.

GitHub might provide next year support for ARM runners which should allow us to provide such a build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants