updates
This commit is contained in:
parent
1fc3490ac4
commit
f8407162ad
203 changed files with 29726 additions and 11340 deletions
7
Makefile
7
Makefile
|
|
@ -7,6 +7,11 @@ PROGRAM=docstore
|
|||
CMD=-o $(PROGRAM) cmd/docstore/main.go
|
||||
ENV=CGO_ENABLED=0 GO111MODULE=on
|
||||
|
||||
arch:
|
||||
GOOS=openbsd make release PROGRAM=docstore_openbsd_amd64
|
||||
GOOS=linux make release PROGRAM=docstore_linux_amd64
|
||||
GOOS=linux GOARCH=arm64 make release PROGRAM=docstore_linux_arm64
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
||||
setup:
|
||||
|
|
@ -53,4 +58,4 @@ else
|
|||
$(info skipping tests of other platforms)
|
||||
endif
|
||||
|
||||
.PHONY: setup release release-vendor vendor build clean codeqa gofmt govet misspell staticcheck test
|
||||
.PHONY: arch setup release release-vendor vendor build clean codeqa gofmt govet misspell staticcheck test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue