Przeglądaj źródła

make arm builds specific

Wade Simmons 5 lat temu
rodzic
commit
4c1725772b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      Makefile

+ 2 - 1
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 \