mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Include radeontop in arm build (#13886)
This commit is contained in:
parent
062c305cd8
commit
6f2924006c
@ -91,7 +91,7 @@ fi
|
|||||||
|
|
||||||
if [[ "${TARGETARCH}" == "arm64" ]]; then
|
if [[ "${TARGETARCH}" == "arm64" ]]; then
|
||||||
apt-get -qq install --no-install-recommends --no-install-suggests -y \
|
apt-get -qq install --no-install-recommends --no-install-suggests -y \
|
||||||
libva-drm2 mesa-va-drivers
|
libva-drm2 mesa-va-drivers radeontop
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install vulkan
|
# install vulkan
|
||||||
|
Loading…
Reference in New Issue
Block a user