Closed donavanbecker closed 1 year ago
@donavanbecker checks failed do we know why?
Wait for homebridge-apt-pkg to finish and I will rerun them again
@donavanbecker the new homebridge-apt-pkg release is available and has version 1.1.2.
The build is failing because the ffmpeg-for-homebridge release v2.1.1 has no debian build which the Dockerfile expects. I guess simply changing it from ffmpeg-debian-${FFMPEG_ARCH}.tar.gz
to ffmpeg-alpine-${FFMPEG_ARCH}.tar.gz
should fix it.
Thanks @tdiekel!