From 04795c181517ab2089b62d781c9e0cd230cffa88 Mon Sep 17 00:00:00 2001 From: yzqzss Date: Sun, 9 Jun 2024 04:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b687124..6a9aced 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -11,12 +11,20 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64 goos: [linux, windows, darwin] goarch: [amd64, arm64] include: - goarch: arm goos: linux + # 俺路由器是 mips + - goarch: mips + goos: linux + # 谁创 riscv ? + - goarch: riscv64 + goos: linux + # woc,🐲 + - goarch: loong64 + goos: linux exclude: - goarch: arm64 goos: windows