mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-10 13:43:58 +01:00
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…
x
Reference in New Issue
Block a user