mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
Add support for RISC-V (#6195)
* Add support for RISC-V Signed-off-by: Antony Chazapis <chazapis@ics.forth.gr> * Use existing Dockerfile with unstable Debian base images for RISC-V Signed-off-by: Antony Chazapis <chazapis@ics.forth.gr> --------- Signed-off-by: Antony Chazapis <chazapis@ics.forth.gr>
This commit is contained in:
@@ -50,7 +50,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
|
||||
LINUX_ARCH:=amd64 arm arm64 mips64le ppc64le s390x mips riscv64
|
||||
|
||||
all:
|
||||
@echo Use the 'release' target to build a release
|
||||
|
||||
Reference in New Issue
Block a user