Skip to content

v2024.8.28

v2024.8.28 #213

Re-run triggered August 28, 2024 17:08
Status Failure
Total duration 54s
Artifacts

docker_release.yml

on: release
build_and_push_docker
44s
build_and_push_docker
Fit to window
Zoom out
Zoom in

Annotations

1 error
build_and_push_docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -y && apt-get install -y build-essential git curl && curl -sL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh && bash nodesource_setup.sh && apt-get install -y nodejs && npm install -g yarn && mix local.hex --force && mix local.rebar --force && export FFMPEG_DOWNLOAD=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2024-08-06-14-10/ffmpeg-N-116541-g5dfc0cc841-linux64-gpl.tar.xz\" ;; \"linux/arm64\") echo \"https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2024-08-06-14-10/ffmpeg-N-116541-g5dfc0cc841-linuxarm64-gpl.tar.xz\" ;; *) echo \"\" ;; esac) && curl -L ${FFMPEG_DOWNLOAD} --output /tmp/ffmpeg.tar.xz && tar -xf /tmp/ffmpeg.tar.xz --strip-components=2 --no-anchored -C /usr/local/bin/ \"ffmpeg\" && tar -xf /tmp/ffmpeg.tar.xz --strip-components=2 --no-anchored -C /usr/local/bin/ \"ffprobe\" && apt-get clean && rm -f /var/lib/apt/lists/*_*" did not complete successfully: exit code: 2