binary builder script

This commit is contained in:
afeiszli
2021-11-17 10:21:35 -05:00
parent c0927b6f40
commit 0d9f2db514
4 changed files with 29 additions and 12 deletions

View File

@@ -109,7 +109,9 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
;;
arm*)
dist=netclient-$CPU_ARCH
;;
mipsle)
dist=netclient-mipsle
;;
*)
fatal "$CPU_ARCH : cpu architecture not supported"
esac