-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adds wheels for linux/aarch64 #23
base: master
Are you sure you want to change the base?
Conversation
I prefer to wait for the official GHA runner for Linux on ARM for reasons you have mentioned:
Anyway, thanks for your hard work! Do you prefer to leave this PR open to get back on it later, or close it? |
Yeah, that makes sense. I am happy to circle back to this when such runners become available. Feel free to ping me then. We can keep this PR open or close it until then. I don't mind. 😊 |
OK, I will keep this open until we can use official GHA ARM runner. By the way, I found out that ARM Linux can be run in VM on my M1 mac, so I can actually test it locally. |
Yes, that works. Unfortunately, docker does not appear to be supported easily on the |
Description
This PR adds wheels for linux-aarch64.
Changes
*-manylinux_aarch64
wheels build target(s).cibuildwheel
configuration topyproject.toml
.{...}/setup_optimizers_linux/action.yml
to also download the optimizers for linux-aarch64.Notes
action.yml
file is necessary at all at this point.