diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 33fdcbf..bae253b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -76,6 +76,8 @@ jobs: exclude: - goarch: 386 goos: darwin + - goarch: 386 + goos: openbsd include: - goos: windows goarch: 386 @@ -103,10 +105,6 @@ jobs: goarch: mipsle - goos: linux goarch: mips - - goos: linux - goarch: ppc64 - - goos: linux - goarch: ppc64le - goos: freebsd goarch: arm64 - goos: freebsd @@ -128,4 +126,8 @@ jobs: # goarm: 6 # - goos: linux # goarch: arm - # goarm: 5 \ No newline at end of file + # goarm: 5 + # - goos: linux + # goarch: ppc64 + # - goos: linux + # goarch: ppc64le \ No newline at end of file