diff options
| -rw-r--r-- | .github/workflows/binaries_release2.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/binaries_release2.yml b/.github/workflows/binaries_release2.yml index 09e8fc7ae..b6613483b 100644 --- a/.github/workflows/binaries_release2.yml +++ b/.github/workflows/binaries_release2.yml @@ -23,7 +23,8 @@ jobs: strategy: matrix: goos: [darwin] - goarch: [amd64, arm64] + # goarch: [amd64, arm64] + goarch: [amd64] # Steps represent a sequence of tasks that will be executed as part of the job steps: |
