build: add loong64 arch support (#8137)

* build: add loong64 arch support to Makefile.docker and Makefile.release

Signed-off-by: 徐晓伟 <xuxiaowei@xuxiaowei.com.cn>

* build: add loong64 docker build config using loong64 community images

Signed-off-by: 徐晓伟 <xuxiaowei@xuxiaowei.com.cn>

---------

Signed-off-by: 徐晓伟 <xuxiaowei@xuxiaowei.com.cn>
This commit is contained in:
徐晓伟
2026-06-03 10:11:40 +08:00
committed by GitHub
parent 84af2a7a3f
commit c02e6dc843
2 changed files with 5 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ endif
NAME:=coredns
VERSION:=$(shell grep 'CoreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"')
GITHUB:=coredns
LINUX_ARCH:=amd64 arm arm64 mips64le ppc64le s390x mips riscv64
LINUX_ARCH:=amd64 arm arm64 mips64le ppc64le s390x mips riscv64 loong64
GOLANG_VERSION ?= $(shell cat .go-version)
export GOSUMDB = sum.golang.org