-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Feature] Add Support for ARM64 #123
Comments
No plans at the moment. I don't have a device like that so I wouldn't be able to test it, and it doesn't look like GitHub Actions supports it either? I'm happy to release it with the caveat that it'll be untested and unsupported. Can you build esbuild for ARM64 yourself and verify that it works on the Raspberry PI 4? And also tell me what build command you used? I'm guessing it's something like this:
|
It's going to take me a little while to publish the package. I have once again been blocked by npm's spam detector. I just emailed npm support and I'll close this issue once they resolve it on their end. |
I just published this in 0.3.7, so it should work now. Let me know if it works for you or not. |
It worked! I was able to install and use Vite to start playing with Vue3. Thanks for accepting the PR! |
Are there any plans to add support for ARM64?
Since GO is able to create cross platform libraries, can a build option be added to create an ARM64 version?
This will allow this and other dependent projects to run on Raspberry PI 4.
The text was updated successfully, but these errors were encountered: