Skip to content

ffmpeg 7

ffmpeg 7 #11

Triggered via push June 1, 2025 20:28
Status Failure
Total duration 5m 56s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export BUILD=$(if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ] ; then echo \"amd64\"; else echo \"arm64\"; fi) buildDeps='wget ca-certificates build-essential' && apt-get update -y && apt-get install -y libjpeg-dev imagemagick python3-venv python3 xz-utils $buildDeps --no-install-recommends --force-yes && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && python3 -m venv /opt/venv && /opt/venv/bin/pip install --upgrade pip setuptools && /opt/venv/bin/pip install --no-cache-dir pyssim OpenCV-Python Numpy image && wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-$BUILD-static.tar.xz && tar --strip-components 1 -C /usr/bin -xf ffmpeg-$BUILD-static.tar.xz --wildcards ffmpeg*/ff* && rm ffmpeg-$BUILD-static.tar.xz && apt-get purge -y --auto-remove $buildDeps" did not complete successfully: exit code: 2
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/