mirror of
https://github.com/coredns/coredns.git
synced 2026-06-05 08:40:11 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user