mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-09-02 22:56:13 +08:00
ci: stagger platform build jobs
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_app
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
max-parallel: 3
|
||||
matrix:
|
||||
goos: [ linux, windows ]
|
||||
goarch: [ amd64, 386, arm64 ]
|
||||
@@ -339,7 +339,7 @@ jobs:
|
||||
|
||||
build_termux:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_app
|
||||
needs: [build_app, build]
|
||||
env:
|
||||
CGO_ENABLED: 1
|
||||
GOOS: android
|
||||
@@ -484,7 +484,7 @@ jobs:
|
||||
|
||||
build_macos_native:
|
||||
runs-on: macos-latest
|
||||
needs: build_app
|
||||
needs: [build_app, build]
|
||||
strategy:
|
||||
matrix:
|
||||
goarch: [amd64, arm64]
|
||||
|
||||
Reference in New Issue
Block a user