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 }}