Browse Source

Update release.yml

pull/1690/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
47f5ec0cde
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.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:

Loading…
Cancel
Save