Disable lint/test before release
This commit is contained in:
parent
5cbb1ab048
commit
bd970bb9ee
2
Makefile
2
Makefile
|
@ -55,7 +55,7 @@ LDFLAGS := -s -w
|
||||||
PLATFORMS := windows linux darwin
|
PLATFORMS := windows linux darwin
|
||||||
os = $(word 1, $@)
|
os = $(word 1, $@)
|
||||||
|
|
||||||
$(PLATFORMS): lint test
|
$(PLATFORMS):
|
||||||
@mkdir -p release
|
@mkdir -p release
|
||||||
@GOOS=$(os) GOARCH=amd64 go build $(BUILD_FLAGS) -o release/$(BINARY)-$(BUILD_VERSION)-$(os)-amd64 main.go
|
@GOOS=$(os) GOARCH=amd64 go build $(BUILD_FLAGS) -o release/$(BINARY)-$(BUILD_VERSION)-$(os)-amd64 main.go
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue