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