From f44600c18f26935a29383428b0682b95d1aef42b Mon Sep 17 00:00:00 2001 From: cnbattle Date: Mon, 31 Oct 2022 13:50:19 +0800 Subject: [PATCH] del darwin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57436fb..23a503a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GO ?= go DEPLOY_ACCOUNT := cnbattle DEPLOY_IMAGE := $(EXECUTABLE) -TARGETS ?= linux darwin windows +TARGETS ?= linux windows ARCHS ?= amd64 386 SOURCES ?= $(shell find . -name "*.go" -type f) TAGS ?=