-
Notifications
You must be signed in to change notification settings - Fork 54
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
Runners for aarch64/armv7 #527
Comments
we can also use aws aarch64 for arm7 as well |
We need to talk to @pgonin first, I'm not sure if we can automatically scale graviton instances, so maybe those should be up and running always in the worse case. We might get some internal runners, but blocking this since we need some feedback first. |
Re: the images, we could use qemu-binfmt in GHA to build and push the docker images for arm platform |
@dragonchaser are you already looking into this one right? |
Doing some experiments on docker buildx on the side.... |
I have created a docker image wich can be spawned on arm32v7, aarch64 and amd64. |
PR: #605 |
We need to add a couple of custom runners for the arches mentioned, for aarch64 we could go for aws graviton instances.
$ARCH, $OS, self-hosted
)The text was updated successfully, but these errors were encountered: