diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ba2425..f964762 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-arch: ["amd64", "arm", "arm64"] + go-arch: ["amd64", "arm64"] steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5