mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Fix ARM dpkg build.
This commit is contained in:
parent
456bfea58d
commit
48745eca57
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ case "$system" in
|
||||||
machine="x64"
|
machine="x64"
|
||||||
debian_arch="amd64"
|
debian_arch="amd64"
|
||||||
;;
|
;;
|
||||||
armv6l|arm|armhf)
|
armv6l|arm|armhf|arm7l|armv7l)
|
||||||
machine="armv6l"
|
machine="armv6l"
|
||||||
debian_arch="armhf"
|
debian_arch="armhf"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue