From 2f1be1ed37372167588cf1102786a0ca83975145 Mon Sep 17 00:00:00 2001 From: james58899 Date: Fri, 8 Mar 2024 05:45:52 +0000 Subject: [PATCH] Add platform support to readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 8d0570a..daa3d2d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,25 @@ Included in the official release but not yet implemented. * HTTP/2[^h2] * Bandwidth limit +## Platform support +The following conditions will be passed before release. + +* Build: CI build success +* Run: Check binary runable +* Test: Test on real environment + +| Platform | Build | Run | Test | +| ----------------------------- | :---: | :---: | :---: | +| x86_64-unknown-linux-gnu | ✅ | ✅ | ✅ | +| aarch64-unknown-linux-gnu | ✅ | ❌ | ❌ | +| armv7-unknown-linux-gnueabihf | ✅ | ❌ | ❌ | +| x86_64-pc-windows-msvc | ✅ | ✅ | ❌ | +| i686-pc-windows-msvc | ✅ | ✅ | ❌ | +| x86_64-apple-darwin | ✅ | ❌ | ❌ | +| aarch64-apple-darwin | ✅ | ✅ | ❌ | + +See https://doc.rust-lang.org/stable/rustc/platform-support.html + [^disk]: Only checks the cache size and does not aware of downloads or other space usages. [^h2]: Multiplexing is useless for H@H, and a large number of connections will take up more system resources.