Skip to content

Commit

Permalink
added release exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Apr 4, 2022
1 parent 23240e3 commit ef9cb7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64
goos: [linux, windows, darwin, freebsd]
goarch: ["386", amd64, arm64, arm]
exclude:
- goarch: "386"
goos: darwin
- goarch: "arm"
goos: darwin
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@master
Expand Down

0 comments on commit ef9cb7c

Please sign in to comment.