diff options
author | 2019-04-01 16:58:56 +0300 | |
---|---|---|
committer | 2019-04-01 14:58:56 +0100 | |
commit | b9766ae515cd9154c901490d931fa442319e94c2 (patch) | |
tree | aa714049989cbc5ee9ef1d86e069371723c11e51 | |
parent | a6cc88756c0ee56aa2ee87ec2bd4e6ae9633a924 (diff) | |
download | coredns-b9766ae515cd9154c901490d931fa442319e94c2.tar.gz coredns-b9766ae515cd9154c901490d931fa442319e94c2.tar.zst coredns-b9766ae515cd9154c901490d931fa442319e94c2.zip |
add mips to released ARCH (#2746)
-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),) |