Skip to content

Update Dockerfile

Update Dockerfile #20

Triggered via push April 21, 2025 16:40
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; case \"${TARGETPLATFORM}\" in \"linux/amd64\") ARCH=\"amd64\" ;; \"linux/arm64\") ARCH=\"arm64\" ;; *) echo \"Unsupported platform ${TARGETPLATFORM}\" >&2; exit 1 ;; esac; FFBIN=\"ffmpeg-git-${ARCH}-static.tar.xz\"; echo \"Downloading ${FFBIN}\"; curl -L \"https://github.com/BtbN/FFmpeg-Builds/releases/latest/download/${FFBIN}\" -o /tmp/${FFBIN}; tar -xJf /tmp/${FFBIN} -C /usr/local/bin --strip-components=1; rm /tmp/${FFBIN}" did not complete successfully: exit code: 2