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