diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0458810..a794368 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -93,6 +93,8 @@ jobs: - goos: linux goarch: arm goarm: 5 + - goos: android + goarch: arm64 - goos: windows goarch: arm64 - goos: windows @@ -102,6 +104,20 @@ jobs: goarch: arm64 - goos: linux goarch: riscv64 + - goos: linux + goarch: mips64 + - goos: linux + goarch: mips64le + - goos: linux + goarch: mipsle + - goos: linux + goarch: mips + - goos: linux + goarch: mipsle + gomips: softfloat + - goos: linux + goarch: mips + gomips: softfloat - goos: linux goarch: ppc64 - goos: linux