已打开 12:00PM - 01 Jun 26 UTC
已关闭 06:57AM - 04 Jun 26 UTC
enhancement
**What would you like to be added**:
Add `loong64` (LoongArch 64-bit) architect…ure support to CoreDNS build and release pipeline, including:
- Add `loong64` to `LINUX_ARCH` in `Makefile.release` for release binary builds
- Add `loong64` to `LINUX_ARCH` in `Makefile.docker` for Docker image builds
- Configure Docker build arguments for loong64 to use community-provided Debian base images (`ghcr.io/loong64/debian:trixie-slim`), since official Debian does not yet support LoongArch
**Why is this needed**:
LoongArch is a growing RISC ISA developed in China, with increasing adoption in domestic server and cloud environments. Adding loong64 support allows CoreDNS to run natively on LoongArch hardware, expanding its ecosystem reach. The change follows the same pattern already established for `riscv64` which also uses non-official base images.