diff --git a/.github/workflows/build_binary.yaml b/.github/workflows/build_binary.yaml index 6dfe1caa..90c3f644 100644 --- a/.github/workflows/build_binary.yaml +++ b/.github/workflows/build_binary.yaml @@ -208,18 +208,6 @@ jobs: cgo_enabled: "0" ldflags: "-s -w" runner: ubuntu-latest - - - goos: openbsd - goarch: amd64 - cgo_enabled: "0" - ldflags: "-s -w" - runner: ubuntu-latest - - - goos: openbsd - goarch: arm64 - cgo_enabled: "0" - ldflags: "-s -w" - runner: ubuntu-latest runs-on: ${{ matrix.runner }} steps: diff --git a/README.md b/README.md index 546ca23f..030fbb1d 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ Shell 版本:[https://github.com/spiritLHLS/ecs](https://github.com/spiritLHLS ## **适配系统和架构** ### **编译与测试支持情况** -| 编译支持的架构 | 测试支持的架构 | 编译支持的系统 | 测试支持的系统 | -|---------------------------|-----------|---------|-----------| -| amd64 | amd64 | Linux | Linux | -| arm | | Windows | Windows | -| arm64 | arm64 | FreeBSD | | -| 386 | | OpenBSD | | -| mips | | MacOS | MacOS | -| mipsle | | | | -| s390x | s390x | | | -| riscv64 | | | | +| 编译支持的架构 | 测试支持的架构 | 编译支持的系统 | 测试支持的系统 | +|---------------------------|--------------|---------------------------|---------------| +| amd64 | amd64 | Linux | Linux | +| arm64 | arm64 | Windows | Windows | +| arm | | MacOS(darwin) | MacOS | +| 386 | | FreeBSD | | +| mips,mipsle | | Android | | +| ppc64,ppc64le | | | | +| s390x | s390x | | | +| riscv64 | | | | > 更多架构与系统请自行测试,如有问题请开 issues。 diff --git a/README_EN.md b/README_EN.md index eb27935d..5d87a3ce 100644 --- a/README_EN.md +++ b/README_EN.md @@ -28,11 +28,11 @@ Shell version: [https://github.com/spiritLHLS/ecs/blob/main/README_EN.md](https: | Supported for Compilation | Tested on | Supported OS for Compilation | Tested OS | |---------------------------|-----------|------------------------------|-----------| | amd64 | amd64 | Linux | Linux | -| arm | | Windows | Windows | -| arm64 | arm64 | FreeBSD | | -| 386 | | OpenBSD | | -| mips | | MacOS(darwin) | MacOS | -| mipsle | | | | +| arm64 | arm64 | Windows | Windows | +| arm | | MacOS(darwin) | MacOS | +| 386 | | FreeBSD | | +| mips,mipsle | | Android | | +| ppc64,ppc64le | | | | | s390x | s390x | | | | riscv64 | | | |