diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-10-15 00:04:18 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-10-15 00:04:18 -0700 |
| commit | 0a7e532fb21c36bb139b75d88d4bafc3e7ee929a (patch) | |
| tree | f244e50e3f503836448e1b0a1cab57dd77ca69c6 | |
| parent | 94700d65babba69357185427287a25abdc6594b9 (diff) | |
| download | seaweedfs-0a7e532fb21c36bb139b75d88d4bafc3e7ee929a.tar.xz seaweedfs-0a7e532fb21c36bb139b75d88d4bafc3e7ee929a.zip | |
Update binaries_dev.yml
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 9fc80fb62..84768e09f 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: goos: [linux] - goarch: [amd64, arm64] + goarch: [amd64] steps: |
