Add linux/arm64 support

This commit is contained in:
Tim
2026-04-05 22:02:11 +02:00
parent 922d00f52f
commit b64af47bec
2 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
FROM jrottenberg/ffmpeg:7.1.1-alpine320 FROM alpine:3.20
# no glibc RUN apk add --no-cache ffmpeg su-exec
RUN apk add --no-cache su-exec
RUN mkdir -p /output RUN mkdir -p /output

View File

@@ -1,7 +1,7 @@
services: services:
ffmpeg-archive: stream-archive:
build: . build: .
container_name: ffmpeg-archive container_name: stream-archive
environment: environment:
- INPUT=${INPUT:-rtsp://your-stream-url} - INPUT=${INPUT:-rtsp://your-stream-url}
# uses strftime for naming # uses strftime for naming