From 2c053e718b3fbb06f9c100d47a1e6b7ecaee96fc Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 1 May 2024 09:26:14 +0000 Subject: [PATCH] update --- .github/workflows/main.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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