Skip to content

refactor: implement from oautherrorcode for statuscode #38

refactor: implement from oautherrorcode for statuscode

refactor: implement from oautherrorcode for statuscode #38

Triggered via push November 6, 2024 13:56
Status Failure
Total duration 5m 40s
Artifacts

build.yml

on: push
Publish to Google and GitHub registries
5m 28s
Publish to Google and GitHub registries
Fit to window
Zoom out
Zoom in

Annotations

1 error
Publish to Google and GitHub registries
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux ; if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then export TARGET=x86_64-unknown-linux-musl ; elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then export TARGET=aarch64-unknown-linux-musl ; export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-gnu-gcc ; export CC_aarch64_unknown_linux_musl=aarch64-linux-gnu-gcc ; export CXX_aarch64_unknown_linux_musl=aarch64-linux-gnu-g++ ; fi ; cargo test --release --target ${TARGET} --features docker -- --test-threads 1 ; cargo build --release --target ${TARGET} && mkdir -p target/final/release/ && mv target/${TARGET}/release/texas target/final/release/texas ; file target/final/release/texas" did not complete successfully: exit code: 101