znley
znley
We intend to use `loong64` as cpu constraint for LoongArch64. Signed-off-by: znley
When I ported prometheus to loong64 I got this problem. I fix the problem by this PR. Also I don't want to use build constraints to solve this, it doesn't...
The support for [loongarch64](https://go.dev/doc/go1.19#loong64) in golang is already mature. This helps me build 'pushgateway' on loongarch64.
**- What I did** Make `docker swarm` run successfully on loongarch64. **- How I did it** Normalize architecture from "loongrch64" to "loong64" same as "arm64" and "amd64". **- How to...
The purpose of thie PR is to build `hadoop-lzo` on `loongarch64`. At the same time I notice that the time of `config.guess` is `2005-02-10`, should it be upgraded?