Skip to content

Implement internal and external APIs. #120

Implement internal and external APIs.

Implement internal and external APIs. #120

Triggered via pull request July 4, 2024 14:49
Status Failure
Total duration 57s
Artifacts

docker.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"arm64\" ]; then CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc cargo build --target=aarch64-unknown-linux-gnu --release; elif [ \"$TARGETARCH\" = \"amd64\" ]; then CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/x86_64-linux-gnu-gcc cargo build --target=x86_64-unknown-linux-gnu --release; else echo \"Unsupported target arch $TARGETARCH\"; exit 1; fi" did not complete successfully: exit code: 101