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

feat: support both x64 and arm64 for MacOS #11

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

barmac
Copy link
Owner

@barmac barmac commented Apr 12, 2024

Closes #10

The implementation is based on the arch command which returns arm64 on an Apple M2 Pro MacBook. If the command returns another value (e.g. i386 on MacBook Pro 16" 2019), we fall back to x64 version.

@barmac barmac merged commit af857f9 into main Apr 12, 2024
3 of 4 checks passed
@barmac barmac deleted the 10-support-new-download-links branch April 12, 2024 09:24
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.

Support new download links on Mac
1 participant