chore: remove i386 support
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
f0a2631ae9
commit
53be23334e
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ DEPLOY_IMAGE := $(EXECUTABLE)
|
||||||
GOFMT ?= gofumpt -l -s -extra
|
GOFMT ?= gofumpt -l -s -extra
|
||||||
|
|
||||||
TARGETS ?= linux darwin windows openbsd
|
TARGETS ?= linux darwin windows openbsd
|
||||||
ARCHS ?= amd64 386
|
ARCHS ?= amd64
|
||||||
GOFILES := $(shell find . -name "*.go" -type f)
|
GOFILES := $(shell find . -name "*.go" -type f)
|
||||||
TAGS ?= sqlite
|
TAGS ?= sqlite
|
||||||
LDFLAGS ?= -X 'main.Version=$(VERSION)'
|
LDFLAGS ?= -X 'main.Version=$(VERSION)'
|
||||||
|
|
Loading…
Reference in New Issue