diff options
-rw-r--r-- | Makefile.release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.release b/Makefile.release index 7ebda075a..bd475f9a3 100644 --- a/Makefile.release +++ b/Makefile.release @@ -47,7 +47,7 @@ NAME:=coredns VERSION:=$(shell grep 'CoreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"') GITHUB:=coredns DOCKER_IMAGE_NAME:=$(DOCKER)/$(NAME) -LINUX_ARCH:=amd64 arm arm64 ppc64le s390x +LINUX_ARCH:=amd64 arm arm64 ppc64le s390x mips PLATFORMS:=$(subst $(SPACE),$(COMMA),$(foreach arch,$(LINUX_ARCH),linux/$(arch))) ifeq ($(DOCKER),) |