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

[Feature] Add Support for ARM64 #123

Closed
urjeetpatel opened this issue May 20, 2020 · 4 comments · Fixed by #125
Closed

[Feature] Add Support for ARM64 #123

urjeetpatel opened this issue May 20, 2020 · 4 comments · Fixed by #125

Comments

@urjeetpatel
Copy link

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.

@evanw
Copy link
Owner

evanw commented May 20, 2020

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:

GOOS=linux GOARCH=arm64 go build -o esbuild-arm64 ./cmd/esbuild

@evanw
Copy link
Owner

evanw commented May 21, 2020

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.

@evanw evanw reopened this May 21, 2020
@evanw
Copy link
Owner

evanw commented May 21, 2020

I just published this in 0.3.7, so it should work now. Let me know if it works for you or not.

@evanw evanw closed this as completed May 21, 2020
@urjeetpatel
Copy link
Author

It worked! I was able to install and use Vite to start playing with Vue3.

Thanks for accepting the PR!

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

Successfully merging a pull request may close this issue.

2 participants