From 4aaa05f6a4e2d09a2021950ee1c376d9e43db02e Mon Sep 17 00:00:00 2001 From: ZacharyZcR <2903735704@qq.com> Date: Fri, 14 Feb 2025 20:45:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=82=E6=97=B6=E5=8E=BB=E9=99=A4mips?= =?UTF-8?q?=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/conf/.goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/conf/.goreleaser.yml b/.github/conf/.goreleaser.yml index b4583c8..3babf90 100644 --- a/.github/conf/.goreleaser.yml +++ b/.github/conf/.goreleaser.yml @@ -17,9 +17,9 @@ builds: - "386" - arm - arm64 - - mips - - mipsle - - mips64 +# - mips +# - mipsle +# - mips64 goarm: - "6" - "7"