updated shadowsocks build
All checks were successful
CI / Build shadowsocks-rust docker images (push) Successful in 5m37s

This commit is contained in:
2025-12-22 09:19:08 +08:00
parent 38a8ced0bb
commit a501d2a056
2 changed files with 18 additions and 15 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 git@github.com:shadowsocks/shadowsocks-rust.git#v${VERSION} .
FROM base AS builder-linux_386
ENV RUST_TARGET="i686-unknown-linux-musl"