chore: remove i386 support

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2021-07-11 20:54:52 +08:00
parent f0a2631ae9
commit 53be23334e
1 changed files with 1 additions and 1 deletions

View File

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