Skip to content

Add ARM support #9

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

Merged
merged 2 commits into from
Jun 4, 2024
Merged

Add ARM support #9

merged 2 commits into from
Jun 4, 2024

Conversation

ross-mcnairn-dev
Copy link
Contributor

First off, this project is great! Thanks :).

I want to add support for ARM systems. I'm working with Docker containers on an M1, and while I can use the ISA emulator to build this on x86, it's so slow that it took me less time to make this PR than it did to install the package via pip.

I also adjusted the README with some minor changes based on what I encountered setting things up / running tests.

Hope this helps! Happy to adjust as you see fit.

elif arch in ('arm64', 'aarch64'):
arch = 'arm64'
else:
raise EnvironmentError(f"Unsupported architecture: {arch}")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can fallback to x64 if you prefer

@JSv4
Copy link
Owner

JSv4 commented May 30, 2024

Thanks for the PR @ross-mcnairn-dev! Will take a look tonight.

@JSv4 JSv4 merged commit 3998921 into JSv4:main Jun 4, 2024
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.

2 participants