Replies: 3 comments 2 replies
-
|
Emmm... CircleCI seems not to be a good alternative because it has so many limitations. On the one hand, it is difficult to integrate with GitHub Action, but our packaging system is based on GitHub Action. On the other hand, it has time limitation, which I don't know about before. There are also some alternatives:
It is not free, so I don't think we should use it anyway. |
Beta Was this translation helpful? Give feedback.
-
|
I bought an arm64 server again, so this discussion can be closed now... |
Beta Was this translation helpful? Give feedback.
-
|
Eventually, GitHub Actions has begun to provide free ARM runners, and the free ARM runners of GitHub Actions contain 64-bit ARM CPUs which are capable of correctly running both 64-bit ARM binaries and 32-bit ARM binaries. This allows them to run both 64-bit ARM and 32-bit ARM docker containers interchangeably without any architecture-related problems, and these are the runners which tur-on-device now is currently using for some time. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some details about circleci free plan:
More details: https://circleci.com/pricing/
Minimal .circleci/config.yml (if somebody wants to build himself)
So my plan to impelement circleci into tur-on-device
aarch64build is:Aarch64 build will trigger circleci pipeline and will print a url (in github actions) which will take user to the circleci page. User can view logs and download artifacts there.
Circleci workfile is hosted at : https://github.com/T-Dynamos/tur-circleci-builder
CC: @licy183 any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions