Releases: Boring545/proxy
Releases · Boring545/proxy
Release list
1.81.2-riscv
提供了一个测试构建的dockerfile
mkdir proxytest
cd proxytest
wget https://github.com/Boring545/proxy/releases/download/1.18.2-riscv/Dockerfile
docker build -t riscv64-test-proxy-build-env .
docker run -it --name proxy-test-container \
--cpus="8" \
--memory="8g" \
--memory-swap="8g" \
riscv64-test-proxy-build-env