Skip to content

Commit 7b8a96e

Browse files
authored
Merge pull request #70 from Forbirdden/patch-1
Новые архитектуры
2 parents 8911340 + b7e1b4c commit 7b8a96e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ jobs:
3131
goarch: mipsle
3232
gomips: softfloat
3333
cgo: 0
34+
- goos: linux
35+
goarch: mips
36+
gomips: softfloat
37+
cgo: 0
38+
- goos: linux
39+
goarch: mips64le
40+
gomips: softfloat
41+
cgo: 0
42+
- goos: linux
43+
goarch: riscv64
44+
cgo: 0
3445
- goos: darwin
3546
goarch: amd64
3647
cgo: 0
@@ -40,6 +51,9 @@ jobs:
4051
- goos: windows
4152
goarch: amd64
4253
cgo: 0
54+
- goos: windows
55+
goarch: arm64
56+
cgo: 0
4357
- goos: windows
4458
goarch: 386
4559
cgo: 0

0 commit comments

Comments
 (0)