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

use circleci instead of github actions for CI pipeline #110

Open
JamieDanielson opened this issue Aug 22, 2023 · 0 comments
Open

use circleci instead of github actions for CI pipeline #110

JamieDanielson opened this issue Aug 22, 2023 · 0 comments
Labels
type: maintenance The necessary chores to keep the dust off.

Comments

@JamieDanielson
Copy link
Contributor

JamieDanielson commented Aug 22, 2023

Github workflows do not support arm64 runners which mean we have to use QEMU to build the docker images. This is very slow compared native runners.

PR workflow that just builds amd docker image:
Screenshot 2023-08-25 at 13 31 55

Release workflow that used QEMU to build amd and arm docker images
Screenshot 2023-08-25 at 13 31 38

CircleCI offers arm64 runners which means we would not have to use QEMU to build the docker images for that platform.

@vreynolds vreynolds added this to the Pre opening the source milestone Aug 23, 2023
@JamieDanielson JamieDanielson added the type: maintenance The necessary chores to keep the dust off. label Sep 20, 2023
@MikeGoldsmith MikeGoldsmith removed this from the Pre beta milestone Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance The necessary chores to keep the dust off.
Projects
None yet
Development

No branches or pull requests

3 participants