mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-09-03 07:24:52 +08:00
ci: limit build matrix parallelism
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -113,6 +113,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_app
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
goos: [ linux, windows ]
|
||||
goarch: [ amd64, 386, arm64 ]
|
||||
|
||||
Reference in New Issue
Block a user