-
Notifications
You must be signed in to change notification settings - Fork 4
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
ARM64 Support #14
Labels
enhancement
New feature or request
Comments
Hey, Could be great to have arm platform directly available in the package registry. I will try to add this in the current build workflow :) |
Merged
Hi @Cysime, I added arm64 platform in CI. Build in progress. |
Works for me on Raspberry Pi 4 Model B Rev 1.5 |
@bigwave Thank's for the feedback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks for this implement of sync API for Tabby.
I found that this project is not ARM64 ready by default, but it's quite easy to add the ARM64 support.
All we need to do is clone the project, uncomment the build section in
docer-compose
file, and modify the Dockerfile, changex86_64
intoaarch64
, and it runs smoothly without any issue.The text was updated successfully, but these errors were encountered: