Skip to content

Commit

Permalink
ci: build release for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
WanzenBug committed Nov 22, 2021
1 parent de6e191 commit b2bf666
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ jobs:
strategy:
matrix:
goarch: [amd64, s390x, arm64]
goos: [linux, darwin]
exclude:
- goos: darwin
goarch: s390x
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.14
- uses: wangyoucao577/go-release-action@v1.21
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: https://golang.org/dl/go1.15.8.linux-amd64.tar.gz
extra_files: LICENSE README.md
sha256sum: TRUE

0 comments on commit b2bf666

Please sign in to comment.