From caf307e4d2d92a05ce204fbff16f3b7de8139289 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 16 Mar 2019 13:23:53 +0800 Subject: [PATCH] support arm arm64 Signed-off-by: Bo-Yi Wu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4db073a..5959b02 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DEPLOY_IMAGE := $(EXECUTABLE) GOFMT ?= gofmt "-s" TARGETS ?= linux darwin windows openbsd -ARCHS ?= +ARCHS ?= amd64 386 arm arm64 PACKAGES ?= $(shell $(GO) list ./...) GOFILES := $(shell find . -name "*.go" -type f) TAGS ?= sqlite