diff --git a/Makefile b/Makefile index 92579b1..3a21711 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DEPLOY_ACCOUNT := appleboy DEPLOY_IMAGE := $(EXECUTABLE) TARGETS ?= linux darwin windows -ARCHS ?= amd64 386 +ARCHS ?= amd64 SOURCES ?= $(shell find . -name "*.go" -type f) TAGS ?= LDFLAGS ?= -X 'main.Version=$(VERSION)'