make arm builds specific
This commit is contained in:
parent
f6aabf14a6
commit
4c1725772b
3
Makefile
3
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 \
|
||||||
|
|
Loading…
Reference in New Issue