mirror of
https://github.com/fatedier/frp.git
synced 2026-05-01 05:29:10 +08:00
feat(build): add support for loong64 architecture
This commit is contained in:
3
.github/workflows/build-all.yaml
vendored
3
.github/workflows/build-all.yaml
vendored
@@ -19,6 +19,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
goos: [linux, windows, darwin, freebsd, openbsd, android]
|
goos: [linux, windows, darwin, freebsd, openbsd, android]
|
||||||
goarch: [amd64, 386, arm, arm64]
|
goarch: [amd64, 386, arm, arm64]
|
||||||
|
include:
|
||||||
|
- goos: linux
|
||||||
|
goarch: loong64
|
||||||
exclude:
|
exclude:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: arm
|
goarch: arm
|
||||||
|
|||||||
Reference in New Issue
Block a user