-
Notifications
You must be signed in to change notification settings - Fork 71
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
Support linux/loong64 Arch #133
Comments
It seems a bit involved to add such support. We have to:
before doing the trivial additions. (Which may or may not be so, depending on the tools involved.) |
After #151 #174 , Why is there still no linux/loong64 image? missing one platform in https://github.com/tonistiigi/binfmt/blob/master/docker-bake.hcl ?
|
You could use a little patience or make it happen yourself ;-) LoongArch availability is a bit limited especially outside of China, and open-source projects like this usually are severely limited in manpower, so you cannot expect people to keep their eyes on LoongArch at all times. I'll try adding the support in a few days. If you see a PR fixing this issue, that'd be it, or I'll post on why this is still not feasible at the moment ;-) |
@xen0n Thanks! |
@emmansun As I said earlier, if you currently need to use a loongarch-based binfmt image, https://lcr.loongnix.cn |
It seems |
As buildkit v0.14.x comes with loong64 support, this is automatically integrated after the dep bump, and we only need to add loong64 to the build recipe and hack script to make it work. Fixes: tonistiigi#133
As buildkit v0.14.x comes with loong64 support, this is automatically integrated after the dep bump, and we only need to add loong64 to the build recipe and hack script to make it work. Fixes: tonistiigi#133 Signed-off-by: WANG Xuerui <git@xen0n.name>
This doesn't affect non-loong64-host builds -- it is used to exclude the |
According to https://alpinelinux.org/posts/Alpine-3.21.0-released.html, loongarch64 support was added to Alpine Linux very recently. Note, I don't have access to any loongarch64 hardware, I'm just using your container image via |
Description
Add support for loong64 builds.
Motivation and Context
To be able to build binaries for loong64.
How to test this PR?
Link: golang/go#46229
The text was updated successfully, but these errors were encountered: