Skip to content
Triggered via push April 10, 2024 04:30
Status Failure
Total duration 59m 22s
Artifacts
Matrix: build_and_push
dispatch_release_event
0s
dispatch_release_event
Fit to window
Zoom out
Zoom in

Annotations

1 error
build_and_push (default, ./docker/Dockerfile, linux/amd64,linux/arm64, jqtype/rpxy:latest ghcr.io...
buildx failed with: ERROR: failed to solve: process "/bin/sh -x -c apt-get update && apt-get install -qy --no-install-recommends $BUILD_DEPS ${ADDITIONAL_DEPS} && curl -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain stable && export PATH=\"$HOME/.cargo/bin:$PATH\" && echo \"Install toolchain\" && rustup target add $(cat /arch)-${TARGET_SUFFIX} && echo \"Building rpxy from source\" && cargo build --release --target=$(cat /arch)-${TARGET_SUFFIX} ${CARGO_FEATURES} && strip --strip-all /tmp/target/$(cat /arch)-${TARGET_SUFFIX}/release/rpxy && cp /tmp/target/$(cat /arch)-${TARGET_SUFFIX}/release/rpxy /tmp/target/release/rpxy" did not complete successfully: exit code: 101