ci: stagger platform build jobs

This commit is contained in:
0xJacky
2026-08-17 22:59:16 +08:00
parent a6748e228a
commit df048321b6

View File

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