added armv7h support to shadowsocks
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 16s
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 16s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM --platform=$TARGETPLATFORM rust:alpine AS builder
|
||||
FROM --platform=$TARGETPLATFORM alpine:latest AS builder
|
||||
|
||||
ARG VERSION TARGETPLATFORM
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache build-base cmake llvm15-dev clang15-libclang clang15 rust-bindgen git
|
||||
&& apk add --no-cache build-base cmake llvm15-dev clang15-libclang clang15 rust-bindgen git rustup
|
||||
|
||||
WORKDIR /root/shadowsocks-rust
|
||||
|
||||
|
Reference in New Issue
Block a user