From 4c1725772bd8c918633d50e6a1b7cda849529291 Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Fri, 20 Dec 2019 14:08:18 -0500 Subject: [PATCH] make arm builds specific --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56d0d6d..92e6134 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,9 @@ export GO111MODULE ALL = linux-amd64 \ linux-386 \ linux-ppc64le \ - linux-arm \ + linux-arm-5 \ linux-arm-6 \ + linux-arm-7 \ linux-arm64 \ linux-mips \ linux-mipsle \