整活
All checks were successful
Gitea Actions Demo / Release Go Binary (arm, linux) (push) Successful in 45s
Gitea Actions Demo / Release Go Binary (amd64, linux) (push) Successful in 51s
Gitea Actions Demo / Release Go Binary (amd64, windows) (push) Successful in 1m5s
Gitea Actions Demo / Release Go Binary (arm64, linux) (push) Successful in 41s
Gitea Actions Demo / Release Go Binary (loong64, linux) (push) Successful in 40s
Gitea Actions Demo / Release Go Binary (arm64, darwin) (push) Successful in 45s
Gitea Actions Demo / Release Go Binary (mips, linux) (push) Successful in 39s
Gitea Actions Demo / Release Go Binary (riscv64, linux) (push) Successful in 39s
Gitea Actions Demo / Release Go Binary (amd64, darwin) (push) Successful in 32s

This commit is contained in:
yzqzss 2024-06-09 04:28:34 +08:00
parent f258ff7a70
commit 04795c1815

View File

@ -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