This commit is contained in:
ston1th 2022-09-19 15:26:09 +02:00
commit f8407162ad
203 changed files with 29726 additions and 11340 deletions

View file

@ -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