From 92c44a8d28817a7060fd167cb25441c491fc63ab Mon Sep 17 00:00:00 2001 From: juewuy Date: Tue, 9 Dec 2025 19:35:44 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BC=98=E5=8C=96=E6=96=87=E4=BB=B6=E7=BB=93?= =?UTF-8?q?=E6=9E=84=EF=BC=8C=E5=87=86=E5=A4=87=E5=B0=86bin=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=94=BE=E5=88=B0=E5=8D=95=E7=8B=AC=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 52 ++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 26a40f9..ec9a8d9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -66,32 +66,32 @@ jobs: goos: linux goarch: amd64 goamd64: v1 - - name: linux-386 - goos: linux - goarch: 386 - - name: linux-arm64 - goos: linux - goarch: arm64 - - name: linux-armv5 - goos: linux - goarch: arm - goarm: 5 - - name: linux-armv7 - goos: linux - goarch: arm - goarm: 7 - - name: linux-mips-softfloat - goos: linux - goarch: mips - gomips: softfloat - - name: linux-mipsle-softfloat - goos: linux - goarch: mipsle - gomips: softfloat - - name: linux-mipsle-hardfloat - goos: linux - goarch: mipsle - gomips: hardfloat + # - name: linux-386 + # goos: linux + # goarch: 386 + # - name: linux-arm64 + # goos: linux + # goarch: arm64 + # - name: linux-armv5 + # goos: linux + # goarch: arm + # goarm: 5 + # - name: linux-armv7 + # goos: linux + # goarch: arm + # goarm: 7 + # - name: linux-mips-softfloat + # goos: linux + # goarch: mips + # gomips: softfloat + # - name: linux-mipsle-softfloat + # goos: linux + # goarch: mipsle + # gomips: softfloat + # - name: linux-mipsle-hardfloat + # goos: linux + # goarch: mipsle + # gomips: hardfloat fail-fast: false runs-on: ubuntu-latest