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 running the server on linux-arm64 #96

Open
6 tasks
pimterry opened this issue Oct 10, 2023 · 0 comments
Open
6 tasks

Support running the server on linux-arm64 #96

pimterry opened this issue Oct 10, 2023 · 0 comments

Comments

@pimterry
Copy link
Member

pimterry commented Oct 10, 2023

To do this, we need to do the below in approximately this order:

  • Get the server usable locally for development, such that it can be checked out, npm installed and started successfully
  • Check for any dependencies that don't provide prebuilds in this environment, and see if we can solve that upstream
  • See if we can build production releases for linux-arm64 when running directly on a linux-arm64 machine
  • See if we can cross-build linux-arm64 from a linux-x64 machine (that's how CI works for every other target - generally by downloading prebuilds for native components, instead of actually cross-compiling)
  • Update CI to automatically build for this target
  • Publish a release with a linux-arm64 build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant