Browse Source

linux - risc-v, mips, mips64le; windows - arm64

pull/70/head
Эмиль 3 months ago
committed by GitHub
parent
commit
b7e1b4c932
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      .github/workflows/release.yml

14
.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

Loading…
Cancel
Save