Skip to content

Commit

Permalink
ci: remove 386 binaries (zeromicro#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Dec 30, 2021
1 parent c6eb1a9 commit 768936b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ jobs:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64,
# windows/386, windows/amd64, windows/arm64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: darwin
- goarch: "386"
goos: windows
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.22
Expand Down

0 comments on commit 768936b

Please sign in to comment.