ci: remove windows 386 binary (#1392)

* ci: remove windows 386 binary

* chore: update go-zero

* chore: update go-zero
This commit is contained in:
Kevin Wan
2021-12-30 14:47:53 +08:00
committed by GitHub
parent e4ab518576
commit c6eb1a9670
3 changed files with 26 additions and 8 deletions

View File

@@ -15,6 +15,8 @@ jobs:
exclude:
- goarch: "386"
goos: darwin
- goarch: "386"
goos: windows
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.22