diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 461d3e3..8cd4c6a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: goos: [ linux, darwin, windows ] - goarch: [ amd64, 386, arm64, arm ] + goarch: [ amd64 ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4