We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b42259 commit aa87108Copy full SHA for aa87108
neolink/run.sh
@@ -16,3 +16,7 @@ fi
16
if [[ "i386" = *"${ARCH}"* ]]; then
17
neolink_i386 rtsp --config /config/addons/neolink.toml
18
fi
19
+
20
+if [[ "armv7" = *"${ARCH}"* ]]; then
21
+ neolink_armhf rtsp --config /config/addons/neolink.toml
22
+fi
0 commit comments