-
Notifications
You must be signed in to change notification settings - Fork 239
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
[question] Running aarch_64 builds on Github Actions using docker's multi-cpu architecture support #513
Comments
There was already a merged implementation #482. Here documentation https://cibuildwheel.readthedocs.io/en/latest/options/#archs. |
Looks like I didn't search well enough. Sorry for the noise, and thanks! |
There was a little notice. https://www.jeffgeerling.com/blog/2020/travis-cis-new-pricing-plan-threw-wrench-my-open-source-works |
Community gossip is not a notice, and anyhow, that was after the fact, not before. Obviously my builds stopped working a while back already, it's just that only now I found the time to address it. |
https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing Did your builds stop working on travis-ci.com, or travis-ci.org? I'm trying to tell if the latter has been put into read-only mode yet, as I've been spending the last month moving the rest of my projects off of it, I'm not really sure if I have any left to tell. I thought I heard they had delayed the kill switch by a week or so, but not sure. |
Blog posted on November 2nd for changes effective November 2nd, so again, not a notice. Builds on travis-ci.com. |
Yes, agree on that one. |
And to say I was quite sceptical when moving towards GHA, and thought "Should I really go with the big company? Poor Travis CI has been supporting OS so nicely."... |
I get them, it's probably super expensive to run all of this CI. The only thing I'm annoyed with is the lack of notice. |
Has anyone tried doing this? Or maybe even something like this: https://github.com/uraimo/run-on-arch-action
Thanks for this great project, it's been a blessing! I'm just trying to recover from Travis pulling the plug on OSS projects without notice.
The text was updated successfully, but these errors were encountered: