-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Thanks for this project! Greeting from mutliarch project #2
Comments
Hi @junaruga! Thanks a lot for your kind words. As a matter of fact, multiarch/qemu-user-static was the inspiration for this project, as you can see in https://github.com/dbhi/qus/blob/master/register.sh#L3.
I hope to have the additional features in
I will have a look! In the latest update to docker-for-win, QEMU 4.0.0 was included (for ARM binaries): https://docs.docker.com/docker-for-windows/release-notes/. I have not tested it yet, but it seems that some of the features provided by this project and/or by multiarch/qemu-user-static might not be required anymore. However, I don't know how/if it applies to GNU/Linux and/or macOS hosts; and/or to other architectures. I'm closing this issue, but feel free to continue the discussion. |
I also wanted to say thank you for this project. This project combined with docker buildx lets me build containers for various architectures in my CI pipelines. I also use this project to emulate x86 containers on raspberry pi's (for example, the steam linux client), for a raspberry pi lan cache solution. Keep up the good work! |
Thanks @jrcichra! I'd love to have a look at some example where you are using this project along with buildx! |
Sure! I nearly use it in every one of my repos:
Directly, here's my CI bash script: https://github.com/jrcichra/karmen/blob/master/ci.sh |
Hi the project maintainer!
Thank your for developing this great inspirational project!
The implemented features and CI pipeline are amazing!
I am Jun Aruga. I recently became a member of "multiarch" project.
I just want to share you that as I was inspired from this project, I sent PR to "multiarch/qemu-user-static.
multiarch/qemu-user-static#75
Kind regards,
Jun
The text was updated successfully, but these errors were encountered: