Skip to content

Docker release

Docker release #197

Triggered via release May 22, 2024 06:47
@kilnakilna
released 87ba2d2
Status Failure
Total duration 53s
Artifacts

docker-release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e -x; tini_base=https://github.com/krallin/tini/releases/download/; busybox_base=https://busybox.net/downloads/; apk update; apk add alpine-sdk dpkg; mkdir -p /opt/bin; arch=\"$(dpkg --print-architecture | rev | cut -d- -f1 | rev)\"; wget \"$tini_base/v$ENVHTTPD_TINI_VERSION/tini-static-$arch\" -O /opt/bin/tini; wget \"$busybox_base/busybox-$ENVHTTPD_BUSYBOX_VERSION.tar.bz2\" -O /build/busybox.tar.bz2; cd busybox; tar -x --strip-components=1 -f ../busybox.tar.bz2; make; ./make_single_applets.sh; make V=1 install" did not complete successfully: exit code: 2