diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-12-31 02:13:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-31 02:13:19 -0800 |
| commit | 2a5fc7aa4def384b31ee83c60a27e15b180c7fbf (patch) | |
| tree | 74122a1f36dbe2e0c8aca42877b00554a8c25aa9 | |
| parent | 8529d56b592630fd0c8a9f84966b3182febd3463 (diff) | |
| download | seaweedfs-2a5fc7aa4def384b31ee83c60a27e15b180c7fbf.tar.xz seaweedfs-2a5fc7aa4def384b31ee83c60a27e15b180c7fbf.zip | |
Update release.yml
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4aa4e6b7..55457ba6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goos: [linux, windows, darwin ] + goos: [linux, windows, darwin, freebsd ] goarch: [amd64, arm] exclude: - goarch: arm |
