Skip to content

Build and Push Docker Images #1

Build and Push Docker Images

Build and Push Docker Images #1

Manually triggered December 27, 2024 08:35
Status Failure
Total duration 1m 10s
Artifacts

docker-build.yml

on: workflow_dispatch
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 mkdir /usr/bin-new && case \"${TARGETPLATFORM}\" in \"linux/amd64\") ARCH=\"amd64\";; \"linux/arm64\") ARCH=\"arm64\";; \"linux/arm/v7\") ARCH=\"armhf\";; *) echo \"Unsupported architecture\"; exit 1;; esac && wget -O /tmp/ffmpeg.tar.gz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-${ARCH}-static.tar.xz && tar -xvf /tmp/ffmpeg.tar.gz -C /usr/bin-new/" did not complete successfully: exit code: 1
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636