Skip to content

Commit

Permalink
build -tags netgo for alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryQ committed Sep 2, 2020
1 parent 5c0e075 commit a9d7e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
ldflags: -X github.com/roryq/wrench/cmd.Version=${{ github.event.release.tag_name }}
ldflags: -X github.com/roryq/wrench/cmd.Version=${{ github.event.release.tag_name }}
build_flags: -tags netgo

0 comments on commit a9d7e89

Please sign in to comment.