Build jellyfin nightly #1452
nightly.yml
on: workflow_dispatch
Docker-trigger-scheduler
36s
Annotations
1 error and 1 warning
Docker-trigger-scheduler
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"**** install packages ****\" && apt-get update && apt-get install -y ca-certificates --no-install-recommends \tgnupg curl apt-utils && echo \"**** install jellyfin *****\" && curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal unstable' >> /etc/apt/sources.list.d/jellyfin.list && if [ -z ${JELLYFIN_RELEASE+x} ]; then JELLYFIN=\"jellyfin\"; else JELLYFIN=\"jellyfin=${JELLYFIN_RELEASE}\"; fi && apt-get update && apt-get install -y --no-install-recommends \tat \txfonts-wqy \tfonts-wqy-zenhei \tfonts-wqy-microhei \tjellyfin-ffmpeg \tjellyfin-server \tjellyfin-web \tlibfontconfig1 \tlibfreetype6 \tlibssl1.1 \tvainfo \tmesa-va-drivers \tintel-media-va-driver-non-free && echo \"**** cleanup ****\" && rm -rf \t/tmp/* \t/var/lib/apt/lists/* \t/var/tmp/*" did not complete successfully: exit code: 100
|
Docker-trigger-scheduler
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|