updated shadowsocks build
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 3s

This commit is contained in:
2025-12-22 09:19:08 +08:00
parent 38a8ced0bb
commit 519a552ee6
2 changed files with 20 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ ARG VERSION TARGETPLATFORM BUILDPLATFORM
WORKDIR /home/luser/shadowsocks-rust
RUN git clone --depth 1 --branch "v${VERSION}" https://github.com/shadowsocks/shadowsocks-rust.git .
ADD --chown=luser:luser https://github.com/shadowsocks/shadowsocks-rust.git#v${VERSION} .
FROM base AS builder-linux_386
ENV RUST_TARGET="i686-unknown-linux-musl"