mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 23:24:32 +08:00
fixing binary versions
This commit is contained in:
parent
1c8071293d
commit
46e17b29b3
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
|
||||||
dist=netclient-freebsd-arm64
|
dist=netclient-freebsd-arm64
|
||||||
;;
|
;;
|
||||||
armv7l)
|
armv7l)
|
||||||
dist=netclient-freebsd-armv7
|
dist=netclient-freebsd-arm7
|
||||||
;;
|
;;
|
||||||
arm*)
|
arm*)
|
||||||
dist=netclient-freebsd-$CPU_ARCH
|
dist=netclient-freebsd-$CPU_ARCH
|
||||||
|
|
Loading…
Add table
Reference in a new issue