From cadbb2a45c45296bbec0882b4b42e50779eeedf0 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Fri, 18 Jul 2025 22:43:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E9=9C=80=E5=AE=9A=E4=B9=89linu?= =?UTF-8?q?x=E7=9A=84arm=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_binary.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_binary.yaml b/.github/workflows/build_binary.yaml index 387fa9c..9268e36 100644 --- a/.github/workflows/build_binary.yaml +++ b/.github/workflows/build_binary.yaml @@ -138,7 +138,7 @@ jobs: - goos: linux goarch: arm - goarm: 7 + # goarm: 7 cgo_enabled: "1" cc: arm-linux-gnueabihf-gcc cflags: "-O1 -fno-stack-protector" @@ -464,4 +464,4 @@ jobs: fi fi env: - GITHUB_TOKEN: ${{ secrets.GHT }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GHT }}