Skip to content

feat: release v1.19.0 #76

feat: release v1.19.0

feat: release v1.19.0 #76

Triggered via push May 25, 2024 15:36
Status Failure
Total duration 2m 9s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build (sslocal)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"$TARGETARCH\" in \"386\") RUST_TARGET=\"i686-unknown-linux-musl\" MUSL=\"i686-linux-musl\" ;; \"amd64\") RUST_TARGET=\"x86_64-unknown-linux-musl\" MUSL=\"x86_64-linux-musl\" ;; \"arm64\") RUST_TARGET=\"aarch64-unknown-linux-musl\" MUSL=\"aarch64-linux-musl\" ;; *) echo \"Doesn't support $TARGETARCH architecture\" exit 1 ;; esac && wget -qO- \"https://musl.cc/$MUSL-cross.tgz\" | tar -xzC /root/ && PATH=\"/root/$MUSL-cross/bin:$PATH\" && CC=/root/$MUSL-cross/bin/$MUSL-gcc && echo \"CC=$CC\" && rustup override set stable && rustup target add \"$RUST_TARGET\" && RUSTFLAGS=\"-C linker=$CC\" CC=$CC cargo build --target \"$RUST_TARGET\" --release --features \"full\" && mv target/$RUST_TARGET/release/ss* target/release/" did not complete successfully: exit code: 101
build (ssserver)
The job was canceled because "sslocal" failed.
build (ssserver)
The operation was canceled.
build (sslocal)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.