Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 3782a9f

Browse files
authored
Merge pull request #48 from Macleykun/patch-1
Add RPI 3b arch
2 parents c2aea6d + 16a971e commit 3782a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Get Arch
55
ARCH=$(uname -m)
6-
NETMUXD_AVAILABLE_ARCHS=("x86_64" "aarch64" "armv7")
6+
NETMUXD_AVAILABLE_ARCHS=("x86_64" "aarch64" "armv7" "armv7l")
77
NETMUXD_IS_AVAILABLE=0
88
NETMUXD_IS_ON=0
99

0 commit comments

Comments
 (0)