Browse Source
linux - risc-v, mips, mips64le; windows - arm64
pull/70/head
Эмиль
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
14 additions and
0 deletions
-
.github/workflows/release.yml
|
|
|
@ -31,6 +31,17 @@ jobs: |
|
|
|
goarch: mipsle |
|
|
|
gomips: softfloat |
|
|
|
cgo: 0 |
|
|
|
- goos: linux |
|
|
|
goarch: mips |
|
|
|
gomips: softfloat |
|
|
|
cgo: 0 |
|
|
|
- goos: linux |
|
|
|
goarch: mips64le |
|
|
|
gomips: softfloat |
|
|
|
cgo: 0 |
|
|
|
- goos: linux |
|
|
|
goarch: riscv64 |
|
|
|
cgo: 0 |
|
|
|
- goos: darwin |
|
|
|
goarch: amd64 |
|
|
|
cgo: 0 |
|
|
|
@ -40,6 +51,9 @@ jobs: |
|
|
|
- goos: windows |
|
|
|
goarch: amd64 |
|
|
|
cgo: 0 |
|
|
|
- goos: windows |
|
|
|
goarch: arm64 |
|
|
|
cgo: 0 |
|
|
|
- goos: windows |
|
|
|
goarch: 386 |
|
|
|
cgo: 0 |
|
|
|
|