vicanso / pingap

A reverse proxy like nginx, built on pingora, simple and efficient.
http://pingap.io/pingap-zh/
Apache License 2.0
254 stars 15 forks source link

Windows support #5

Closed liudonghua123 closed 4 months ago

liudonghua123 commented 4 months ago

I find this project is build with cargo/rust, how about building windows binary too?

rustup update
rustup target add i686-pc-windows-msvc
rustup target add x86_64-pc-windows-msvc
cargo build --release --target=stable-i686-pc-windows-msvc
cargo build --release --target=stable-x86_64-pc-windows-msvc

See also the github action for macos.

https://github.com/vicanso/pingap/blob/d685f9f751b39dcedea7fcccd04c11656e82663c/.github/workflows/publish.yml#L12-L36

vicanso commented 4 months ago

I'm sorry, but Pingora(pingap built on it) only supports Unix-like systems. https://github.com/cloudflare/pingora?tab=readme-ov-file#systems