Update and rename release.yml to release-windows.yml

This commit is contained in:
Winni Neessen 2021-03-20 19:50:22 +01:00 committed by GitHub
parent d13d03c93e
commit 746b6d0bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin, freebsd, openbsd, netbsd]
goarch: ["386", amd64, arm, arm64, ppc64le, s390x]
goos: [windows]
goarch: ["386", amd64, arm]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.15