add qsv support to amd64 image

This commit is contained in:
Blake Blackshear
2020-12-19 10:50:53 -06:00
parent 1ad2219f1c
commit 0d6e4f6a66
4 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
ARG ARCH=amd64
ARG FFMPEG_VERSION
FROM blakeblackshear/frigate-wheels:${ARCH} as wheels
FROM blakeblackshear/frigate-ffmpeg:1.0.0-${ARCH} as ffmpeg
FROM blakeblackshear/frigate-ffmpeg:${FFMPEG_VERSION}-${ARCH} as ffmpeg
FROM ubuntu:20.04
LABEL maintainer "blakeb@blakeshome.com"