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