From 29a13d70e5328e4a83eec16c946248c69bc99ae5 Mon Sep 17 00:00:00 2001 From: sterben Date: Mon, 19 Aug 2024 08:02:12 +0800 Subject: [PATCH] Update build.yml to fix build for armv5 without fpu --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b8e000a..8cc09fc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - { goos: linux, goarch: amd64, goamd64: v1, output: amd64-compatible, test: test } - { goos: linux, goarch: amd64, goamd64: v3, output: amd64 } - { goos: linux, goarch: arm64, output: arm64 } - - { goos: linux, goarch: arm, goarm: '5', output: armv5 } + - { goos: linux, goarch: arm, goarm: '5,softfloat', output: armv5 } - { goos: linux, goarch: arm, goarm: '6', output: armv6 } - { goos: linux, goarch: arm, goarm: '7', output: armv7 } - { goos: linux, goarch: mips, mips: hardfloat, output: mips-hardfloat } @@ -485,4 +485,4 @@ jobs: linux/arm64 linux/arm/v7 tags: ${{ steps.meta_release.outputs.tags }} - labels: ${{ steps.meta_release.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta_release.outputs.labels }}