diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-04-24 23:51:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 23:51:29 -0700 |
| commit | 42cc8d8aa35ab886ff85cbcc2d26e4297ddeda17 (patch) | |
| tree | c8ade5cb587cfde36c1805b44fd919371b06d2ce | |
| parent | b1dac20c704cf5322c6c516e5f064eb00701aec9 (diff) | |
| download | seaweedfs-42cc8d8aa35ab886ff85cbcc2d26e4297ddeda17.tar.xz seaweedfs-42cc8d8aa35ab886ff85cbcc2d26e4297ddeda17.zip | |
Update binaries_release2.yml
| -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: |
