Browse Source

Merge pull request #70 from Forbirdden/patch-1

Новые архитектуры
pull/85/head v1.2.3
cacggghp 2 months ago
committed by GitHub
parent
commit
7b8a96ea0d
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