From 60297d33cf2a0af9ef4da5677897eee4f46071b5 Mon Sep 17 00:00:00 2001 From: xrz <62951481+xrz-cloud@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:41:47 +0800 Subject: [PATCH] fix pipeline: add GOMIPS flag for mips devices --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a8d6e0..6b5d8b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} + gomips: ${{ matrix.gomips }} project_path: "." binary_name: "CloudflareWarpSpeedTest" goversion: "1.22"