mirror of
https://github.com/fatedier/frp.git
synced 2026-04-29 04:29:11 +08:00
fix(workflows): add missing architectures for build matrix
This commit is contained in:
6
.github/workflows/build-all.yaml
vendored
6
.github/workflows/build-all.yaml
vendored
@@ -18,16 +18,20 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [linux, windows, darwin, freebsd, openbsd, android]
|
goos: [linux, windows, darwin, freebsd, openbsd, android]
|
||||||
goarch: [amd64, arm, arm64]
|
goarch: [amd64, 386, arm, arm64]
|
||||||
exclude:
|
exclude:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: arm
|
goarch: arm
|
||||||
|
- goos: darwin
|
||||||
|
goarch: 386
|
||||||
- goos: freebsd
|
- goos: freebsd
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: openbsd
|
- goos: openbsd
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: android
|
- goos: android
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
|
- goos: android
|
||||||
|
goarch: 386
|
||||||
# 排除 Android ARM 32位,在单独的 job 中处理
|
# 排除 Android ARM 32位,在单独的 job 中处理
|
||||||
- goos: android
|
- goos: android
|
||||||
goarch: arm
|
goarch: arm
|
||||||
|
|||||||
Reference in New Issue
Block a user