[Feature] improved support for mips and mipsle architectures (#1112)

* switch mipsle to softfloat

* feat: add support for mips
This commit is contained in:
Alexander Mnich
2025-08-30 21:50:15 +02:00
committed by GitHub
parent ab81c04569
commit 57a1a8b39e
2 changed files with 14 additions and 1 deletions

View File

@@ -38,12 +38,25 @@ builds:
- mips64
- riscv64
- mipsle
- mips
- ppc64le
gomips:
- hardfloat
- softfloat
ignore:
- goos: freebsd
goarch: arm
- goos: openbsd
goarch: arm
- goos: linux
goarch: mips64
gomips: softfloat
- goos: linux
goarch: mipsle
gomips: hardfloat
- goos: linux
goarch: mips
gomips: hardfloat
- goos: windows
goarch: arm
- goos: darwin