You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it’s not a waste of time as windows arm64 is solid and competes very well with apple arm64 in terms of performance- many say it’s faster than apple arm64
you can compile in GitHub actions by choosing windows amd64 and it can build the arm64 also.
The text was updated successfully, but these errors were encountered:
The main issue here is indeed that Bun does not support bun-windows-arm64 as a target, compare https://bun.sh/docs/bundler/executables#supported-targets. I'm not sure whether this limitation applies only to cross-compilation or in general, but it looks like it's a general issue to me as there are no examples for Windows Arm64.
As per https://primatejs.com/blog/release-032
it would be good to support windows arm64 .
it’s not a waste of time as windows arm64 is solid and competes very well with apple arm64 in terms of performance- many say it’s faster than apple arm64
you can compile in GitHub actions by choosing windows amd64 and it can build the arm64 also.
The text was updated successfully, but these errors were encountered: