1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-28 13:23:03 +02:00

Update release.yml

This commit is contained in:
Chris Lu 2020-12-25 02:07:30 -08:00 committed by GitHub
parent 090f85be4b
commit 1b1d182469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
goarch: ["386", amd64, arm]
goos: [linux, windows, darwin ]
goarch: [amd64, arm]
exclude:
- goarch: arm
goos: darwin
- goarch: 386
goos: freebsd
- goarch: arm
goos: windows
steps: