Skip to content

feat: add openapi attribute to token exchange endpoint #39

feat: add openapi attribute to token exchange endpoint

feat: add openapi attribute to token exchange endpoint #39

Triggered via push November 7, 2024 08:11
Status Failure
Total duration 5m 34s
Artifacts

build.yml

on: push
Publish to Google and GitHub registries
5m 24s
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