From 4043e3a1ed1aa66f5982b611b3154c6ddb7ca1b8 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 7 May 2024 01:05:03 +0000 Subject: [PATCH] update --- .github/workflows/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 822b286..3afb0f6 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -83,9 +83,6 @@ jobs: goarch: amd64 - goos: windows goarch: arm64 - - goos: windows - goarch: arm - goarm: 7 - goos: darwin goarch: arm64 - goos: linux @@ -123,4 +120,7 @@ jobs: # - goos: linux # goarch: ppc64 # - goos: linux - # goarch: ppc64le \ No newline at end of file + # goarch: ppc64le + # - goos: windows + # goarch: arm + # goarm: 7 \ No newline at end of file