remove armv7 build, because some dependencies are not supported

This commit is contained in:
crazywhalecc
2023-04-30 23:23:07 +08:00
parent 5bda711500
commit 85ac553ded
3 changed files with 5 additions and 11 deletions

View File

@@ -23,11 +23,11 @@ If you are using English, see [English README](README-en.md).
下面是架构支持情况,`CI` 代表支持 GitHub Action 构建,`Local` 代表支持本地构建,空 代表暂不支持。
| | x86_64 | aarch64 | armv7l |
|---------|-----------|-----------|-----------|
| macOS | CI, Local | Local | |
| Linux | CI, Local | CI, Local | CI, Local |
| Windows | | | |
| | x86_64 | aarch64 |
|---------|-----------|-----------|
| macOS | CI, Local | Local |
| Linux | CI, Local | CI, Local |
| Windows | | |
> macOS-arm64 因 GitHub 暂未提供 arm runner如果要构建 arm 二进制,可以使用手动构建。