rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
8.82k stars 441 forks source link

ci: support apple aarch64 #294

Closed missuo closed 4 months ago

missuo commented 9 months ago

In this PR, when the target is aarch64-apple-darwin, the tests for Native build are bypassed because it seems to fail. However, it can compile successfully and the compiled binary has been tested to run properly on Apple Silicon Mac.

➜  ~ file rathole
rathole: Mach-O 64-bit executable arm64

I tested the Actions release.

rapiz1 commented 8 months ago

Probably the right thing to do is to figure out why tests failed