mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	Release: fix Makefile
Latest refactoring fubar-ed Makefile.release. Fix the Linux build target.
This commit is contained in:
		| @@ -61,6 +61,7 @@ build: build-arm build-darwin build-linux | ||||
| .PHONY: build-linux | ||||
| build-linux: | ||||
| 	@echo Building: linux $(VERSION) | ||||
| 	mkdir -p build/Linux      && CGO_ENABLED=0 GOOS=linux             go build -ldflags="-s -w" -o build/Linux/$(NAME) | ||||
|  | ||||
| .PHONY: build-darwin | ||||
| build-darwin: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user