From 86c1c7ee43402ee3634c1f57b6fbe893f185117b Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:55:16 +0200 Subject: [PATCH] add GOARCH for example to fix build --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d9cfc976b2..cd3132ad42 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -67,6 +67,8 @@ jobs: GOMIPS: softfloat tags: "ziren" - env: + GOARCH: amd64 + GOOS: linux tags: "example" steps: - uses: actions/checkout@v4