* Fix rpi build

* Attempt to fix jetson builds
This commit is contained in:
Nicolas Mowen
2025-02-08 14:51:42 -06:00
committed by GitHub
parent 15472274ee
commit fa300742ea
3 changed files with 20 additions and 4 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ apt-get -qq install --no-install-recommends -y \
mkdir -p -m 600 /root/.gnupg
# enable non-free repo
sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list
echo "deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware" | tee -a /etc/apt/sources.list
apt update
# ffmpeg -> arm64
if [[ "${TARGETARCH}" == "arm64" ]]; then