From bd970bb9ee9a72a2748e55d41aa17a773b9b1448 Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 15 Jun 2020 19:39:40 +0200 Subject: [PATCH] Disable lint/test before release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f989f46..d80cdff 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ LDFLAGS := -s -w PLATFORMS := windows linux darwin os = $(word 1, $@) -$(PLATFORMS): lint test +$(PLATFORMS): @mkdir -p release @GOOS=$(os) GOARCH=amd64 go build $(BUILD_FLAGS) -o release/$(BINARY)-$(BUILD_VERSION)-$(os)-amd64 main.go