From 76fb630345443b37cce1094ad8f64a4bb6d4f9a0 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 17 Nov 2020 10:34:26 +0800 Subject: [PATCH] remove support i386 Signed-off-by: Bo-Yi Wu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'