From 33cd9b8ff672ff667bb8fa7f57e778da71310dc1 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:56:13 +0200 Subject: [PATCH] fix arch name + also test example --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 600d9bdcf9..d9cfc976b2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -62,10 +62,12 @@ jobs: matrix: include: - env: - GOARCH: mips + GOARCH: mipsle GOOS: linux GOMIPS: softfloat tags: "ziren" + - env: + tags: "example" steps: - uses: actions/checkout@v4 with: