feat: proper return type for introspection #41
build.yml
on: push
Publish to Google and GitHub registries
5m 26s
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
|