-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Adding docker image for ARM #310
Conversation
You forgot to install QEMU and Buildx :p |
PovilasID#1 proposed solution |
Add QEMU to the action
@ryanccn you are right ops...
but I am curious if this works so I approved the merge :) |
@PovilasID Yeah I think you are usually supposed to be using the actions Made a PR: PovilasID#2 |
ci: actually build docker images in parallel and install QEMU correctly
@pandaninjas sorry but @ryanccn's the update looks like a more complete implementation |
Can this be merged in? |
So, I've merged this and the build seems to be working fine so far, but it's been 30min it's running (and still far away from finished), which is not acceptable. I'll finish a build and release of a Sonic Docker ARM64 image as of |
Why does it matter how long does it build? Does it time out? |
Hey,
I would love to run this on ARM without having to build the container locally.
I added a tag that will build docker image for ARM based systems in parallel to x86.