diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-12-17 22:19:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 22:19:26 -0800 |
| commit | 47f5ec0cde6dac18eb60b527276269f3f8f210f8 (patch) | |
| tree | c63b637e8644244e76cd5732342df65bf3cbc4b2 | |
| parent | 9fc07feb007a3bd608b5a16fa49c17a80672df56 (diff) | |
| download | seaweedfs-47f5ec0cde6dac18eb60b527276269f3f8f210f8.tar.xz seaweedfs-47f5ec0cde6dac18eb60b527276269f3f8f210f8.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 28023af6e..401dbe873 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, netbsd, openbsd ] goarch: ["386", amd64, arm] steps: |
