From ac4b04989e84bc4db7b310c5572b843fe5361ad7 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 5 Oct 2024 06:29:39 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E5=A4=8Dactions=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E7=9A=84Windows=E5=B9=B3=E5=8F=B0=E4=BA=8C=E8=BF=9B?= =?UTF-8?q?=E5=88=B6=E6=96=87=E4=BB=B6=E5=8F=AA=E8=83=BD=E5=9C=A8linux?= =?UTF-8?q?=E4=B8=8B=E8=BF=90=E8=A1=8C=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 7 +------ README.md | 2 ++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 080ea3a..1349029 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,12 +21,7 @@ jobs: strategy: matrix: goos: [ linux, windows, darwin ] - goarch: [ amd64, arm64, arm, "386" ] - exclude: - - goos: darwin - goarch: "386" - - goos: darwin - goarch: arm + goarch: [ amd64, arm64] steps: - name: Checkout code diff --git a/README.md b/README.md index a60d4df..c081cc9 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,5 @@ _✨ 服务器状态 - 服务端/后端 ✨_ - 前端源码在[server-status-web](https://github.com/snowykami/server-status-web) - 接口定义请查看源代码的[api/router](./api/router.go) +### 32位系统 +- 由于[cloudwego/netpoll Issue #252](https://github.com/cloudwego/netpoll/issues/252), 暂不支持32位系统