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
Most Macs nowadays run on Apple Silicon, but you‘re currently only providing a JAR for Intel based Macs. Those run a bit slower because they have to be emulated by Rosetta.
Proposed solution
Add a binary for aarch64-darwin.
Alternatives
The current amd64-darwin package is an alternative, but it is slower than a native package.
The text was updated successfully, but these errors were encountered:
Thanks for proposing a new feature!
Motivation
Most Macs nowadays run on Apple Silicon, but you‘re currently only providing a JAR for Intel based Macs. Those run a bit slower because they have to be emulated by Rosetta.
Proposed solution
Add a binary for aarch64-darwin.
Alternatives
The current amd64-darwin package is an alternative, but it is slower than a native package.
The text was updated successfully, but these errors were encountered: