mirror of
https://github.com/oneclickvirt/backtrace.git
synced 2025-02-23 09:25:40 +08:00
update
This commit is contained in:
parent
bc0c75bff6
commit
2c053e718b
16
.github/workflows/main.yaml
vendored
16
.github/workflows/main.yaml
vendored
@ -93,6 +93,8 @@ jobs:
|
|||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: arm
|
goarch: arm
|
||||||
goarm: 5
|
goarm: 5
|
||||||
|
- goos: android
|
||||||
|
goarch: arm64
|
||||||
- goos: windows
|
- goos: windows
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
- goos: windows
|
- goos: windows
|
||||||
@ -102,6 +104,20 @@ jobs:
|
|||||||
goarch: arm64
|
goarch: arm64
|
||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: riscv64
|
goarch: riscv64
|
||||||
|
- goos: linux
|
||||||
|
goarch: mips64
|
||||||
|
- goos: linux
|
||||||
|
goarch: mips64le
|
||||||
|
- goos: linux
|
||||||
|
goarch: mipsle
|
||||||
|
- goos: linux
|
||||||
|
goarch: mips
|
||||||
|
- goos: linux
|
||||||
|
goarch: mipsle
|
||||||
|
gomips: softfloat
|
||||||
|
- goos: linux
|
||||||
|
goarch: mips
|
||||||
|
gomips: softfloat
|
||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: ppc64
|
goarch: ppc64
|
||||||
- goos: linux
|
- goos: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user