-
Notifications
You must be signed in to change notification settings - Fork 64
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
ARM Build. #211
Comments
@mickmister Do you think I should raise a PR with the fix that we had performed on #228 ? |
@rahulsuresh-git Sure that sounds good to me. Ideally we do a full sync with the starter template. Maybe I'll just do that in #229 since I'm updating the dependencies anyway |
@rahulsuresh-git We can go with just updating the necessary things for the ARM build actually. We can merge the PR for that right away that way |
Sounds good, I'll get at it. @mickmister |
Im usimg MM on an ARM node, couldn't make TODO work at all. always throwing this error:
after digging for a bit, in
plugin.json
:which does not include an ARM binary.
so is there any chance of binaries compiled for ARM ? I tried to compile it myself using the 'Makefile' but had no success, as I have no experience in Typescript/Java.
at least guide me to the correct way to compile it on my node.
The text was updated successfully, but these errors were encountered: