aboutsummaryrefslogtreecommitdiff
path: root/Makefile.release
diff options
context:
space:
mode:
authorGravatar Antony Chazapis <chazapis@gmail.com> 2023-07-10 17:49:01 +0300
committerGravatar GitHub <noreply@github.com> 2023-07-10 07:49:01 -0700
commit7569d132a16dd8778c1f2f7dceeb273a2b8ef115 (patch)
tree41aa8441222ace087a85fa9a7fb3443c09f90aea /Makefile.release
parenta338c25e0594939b3f7151e5f46e4cbd3d1d643f (diff)
downloadcoredns-7569d132a16dd8778c1f2f7dceeb273a2b8ef115.tar.gz
coredns-7569d132a16dd8778c1f2f7dceeb273a2b8ef115.tar.zst
coredns-7569d132a16dd8778c1f2f7dceeb273a2b8ef115.zip
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>
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.release b/Makefile.release
index 89ca800e2..e89d14974 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -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