Skip to content

Update Dockerfile

Update Dockerfile #36

Triggered via push March 3, 2024 11:45
Status Failure
Total duration 5m 59s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /usr/local/src && cd alac-master && patch -p1 -i ../squeezelite-$SQUEEZELITE_VERSION/alpine/libalac/fix-arm-segfault.patch && patch -p1 -i ../squeezelite-$SQUEEZELITE_VERSION/alpine/libalac/alac-version.patch && autoreconf -if && ./configure --prefix=/usr && make -j1 && make install && make DESTDIR=\"/usr/local/src/dest\" install && cd .. && cd tremor-master && sed -i \"s/\\(XIPH_PATH_OGG(, AC_MSG_ERROR(must have Ogg installed!))\\)/#\\1/\" configure.in && ./autogen.sh --prefix=/usr --enable-static=no && make && make install && make DESTDIR=\"/usr/local/src/dest\" install && cd .. && cd squeezelite-$SQUEEZELITE_VERSION && patch -p1 -i alpine/load-libtremor-first.patch && make OPTS=\"-DRESAMPLE -DDSD -DGPIO -DVISEXPORT -DUSE_SSL -DNO_SSLSYM -DOPUS -DALAC -DLINE_IN -I/usr/include/opus -I/usr/include/alac\" && gcc -Os -fomit-frame-pointer -fcommon -s -o find_servers tools/find_servers.c && gcc -Os -fomit-frame-pointer -fcommon -s -o alsacap tools/alsacap.c -lasound" did not complete successfully: exit code: 2
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.