diff --git a/src/freedombone-app-peertube b/src/freedombone-app-peertube index f892e08a..58936a82 100755 --- a/src/freedombone-app-peertube +++ b/src/freedombone-app-peertube @@ -614,10 +614,11 @@ function mesh_install_peertube { if [[ $VARIANT != "meshclient" && $VARIANT != "meshusb" ]]; then return fi + if [[ $ARCHITECTURE != 'x86_64' && $ARCHITECTURE != 'amd64' ]]; then + return + fi chroot "$rootdir" apt-get -yq install ffmpeg - chroot "$rootdir" apt-get -yq install -y gcc-multilib - chroot "$rootdir" apt-get -yq install -y g++-multilib function_check install_postgresql install_postgresql @@ -700,6 +701,9 @@ function install_peertube { mesh_install_peertube return fi + if [[ $ARCHITECTURE != 'x86_64' && $ARCHITECTURE != 'amd64' ]]; then + return + fi if [ ! $ONION_ONLY ]; then ONION_ONLY='no'