updated shadowsocks build
All checks were successful
CI / Build shadowsocks-rust docker images (push) Successful in 5m37s
All checks were successful
CI / Build shadowsocks-rust docker images (push) Successful in 5m37s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user