diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 83bd31f..86e79d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: contents: write strategy: matrix: - GOOS: ['linux', 'darwin', 'windows', 'netbsd', 'freebsd', 'openbsd'] + GOOS: ['linux', 'darwin', 'windows'] GOARCH: ['amd64', 'arm64'] runs-on: ubuntu-latest env: