docs: update (#5756)

This commit is contained in:
Alessandro Ros
2026-05-14 21:22:17 +02:00
committed by GitHub
parent a439fd7e0d
commit aaa4a5dbc6
5 changed files with 72 additions and 12 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ ADD binaries/mediamtx_*_linux_arm64.tar.gz /linux/arm64
#################################################################
FROM --platform=linux/arm/v7 debian:bullseye-slim AS base-arm-v7
# even though the base image is arm v7,
# Raspbian libraries and compilers provide arm v6 compatibility.
# even though the base image is armv7,
# Raspbian libraries and compilers provide armv6 compatibility.
RUN apt update \
&& apt install -y wget gpg \
+2 -2
View File
@@ -8,8 +8,8 @@ ADD binaries/mediamtx_*_linux_arm64.tar.gz /linux/arm64
#################################################################
FROM --platform=linux/arm/v7 debian:bullseye-slim AS base-arm-v7
# even though the base image is arm v7,
# Raspbian libraries and compilers provide arm v6 compatibility.
# even though the base image is armv7,
# Raspbian libraries and compilers provide armv6 compatibility.
RUN apt update \
&& apt install -y wget gpg \