mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	add mips to released ARCH (#2746)
This commit is contained in:
		| @@ -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),) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user