Skip to content

Commit

Permalink
build on multiple goos
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnani committed Jul 21, 2021
1 parent 30b3e31 commit c509468
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
strategy:
matrix:
goos: ["linux", "darwin"]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goos: ${{ matrix.goos }}
goarch: amd64

0 comments on commit c509468

Please sign in to comment.