homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Prepare for nextVersion #525

Closed donavanbecker closed 7 months ago

donavanbecker commented 8 months ago
bwp91 commented 8 months ago

@donavanbecker checks failed do we know why?

donavanbecker commented 8 months ago

Wait for homebridge-apt-pkg to finish and I will rerun them again

tdiekel commented 7 months ago

@donavanbecker the new homebridge-apt-pkg release is available and has version 1.1.2.

tdiekel commented 7 months ago

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.

donavanbecker commented 7 months ago

Thanks @tdiekel!