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

chore(build): also build arm executable for Apple's M1, M2, .. #207

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SmartArray
Copy link

Description (What)

This PR introduces support for creating ARM64 binaries, which are necessary for compatibility with Apple's M1 and M2 chips.

Justification (Why)

This PR adds support for ARM64 binaries, making our application compatible with Apple's M1 and M2 chips. As more Mac users switch to these newer chips, thisupdate ensures that everyone can run our software efficiently.

This change will improve performance and energy use on the latest Mac models and keeps this package up-to-date with Apple's hardware advancements.

How Can This Be Tested?

To ensure this update functions correctly, testing must be conducted on Apple devices with ARM64 processors (M1, M2 chips). ARM users can verify that the application runs natively and efficiently on their systems. Additionally, it's important to compile the application on x64 systems to confirm that the update hasn't affected compatibility with older Intel-based Macs. This dual approach will help confirm that our software remains functional and efficient across different hardware platforms.

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 this pull request may close these issues.

None yet

1 participant