Browse Source

make arm builds specific

Wade Simmons 5 years ago
parent
commit
4c1725772b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -6,8 +6,9 @@ export GO111MODULE
 ALL = linux-amd64 \
 ALL = linux-amd64 \
 	linux-386 \
 	linux-386 \
 	linux-ppc64le \
 	linux-ppc64le \
-	linux-arm \
+	linux-arm-5 \
 	linux-arm-6 \
 	linux-arm-6 \
+	linux-arm-7 \
 	linux-arm64 \
 	linux-arm64 \
 	linux-mips \
 	linux-mips \
 	linux-mipsle \
 	linux-mipsle \