mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Set Debian arch correctly on armv6l (armhf)
This commit is contained in:
parent
b3a9bfca4d
commit
3a786ccc17
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ case "$system" in
|
||||||
machine="x64"
|
machine="x64"
|
||||||
debian_arch="amd64"
|
debian_arch="amd64"
|
||||||
;;
|
;;
|
||||||
|
armv6l|arm|armhf)
|
||||||
|
machine="armv6l"
|
||||||
|
debian_arch="armhf"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"
|
echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"
|
||||||
|
|
Loading…
Add table
Reference in a new issue