Skip to content

Commit 76fb630

Browse files
committed
remove support i386
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent e059b33 commit 76fb630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPLOY_ACCOUNT := appleboy
88
DEPLOY_IMAGE := $(EXECUTABLE)
99

1010
TARGETS ?= linux darwin windows
11-
ARCHS ?= amd64 386
11+
ARCHS ?= amd64
1212
SOURCES ?= $(shell find . -name "*.go" -type f)
1313
TAGS ?=
1414
LDFLAGS ?= -X 'main.Version=$(VERSION)'

0 commit comments

Comments
 (0)