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:
Antony Chazapis
2023-07-10 17:49:01 +03:00
committed by GitHub
parent a338c25e05
commit 7569d132a1
2 changed files with 7 additions and 3 deletions

View File

@@ -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