[Frigate] Change TARGETARCH to ARM64

This commit is contained in:
Sam Heinz
2024-04-12 18:02:26 +10:00
parent f89be14c6f
commit f4a7a19434

View File

@@ -58,7 +58,7 @@ rm -rf frigate.tar.gz
cd /opt/frigate
$STD pip3 wheel --wheel-dir=/wheels -r /opt/frigate/docker/main/requirements-wheels.txt
cp -a /opt/frigate/docker/main/rootfs/. /
export TARGETARCH="amd64"
export TARGETARCH="arm64"
echo 'libc6 libraries/restart-without-asking boolean true' | debconf-set-selections
$STD /opt/frigate/docker/main/install_deps.sh
$STD ln -svf /usr/lib/btbn-ffmpeg/bin/ffmpeg /usr/local/bin/ffmpeg