diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-05-03 10:47:39 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-05-03 10:47:39 +0500 |
| commit | 2d27afb51541de9cb64592813e63fde5394e13ef (patch) | |
| tree | 86b5bd43482c7bb9bf394b0abf290e62d80a27b4 /.github/workflows/binaries_dev.yml | |
| parent | f6d90e12a63687f30454ede1423c67b94fe0db57 (diff) | |
| parent | e82233efa783a987d3874580956c6b9f5351f801 (diff) | |
| download | seaweedfs-2d27afb51541de9cb64592813e63fde5394e13ef.tar.xz seaweedfs-2d27afb51541de9cb64592813e63fde5394e13ef.zip | |
Merge branch 'new_master' into ydb
Diffstat (limited to '.github/workflows/binaries_dev.yml')
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index b897732f6..29b1cf6ab 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -82,8 +82,7 @@ jobs: strategy: matrix: goos: [darwin] - # goarch: [amd64, arm64] - goarch: [amd64] + goarch: [amd64, arm64] steps: |
