Skip to content

Commit

Permalink
feat: statically link on build via Makefile and add version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky committed Oct 29, 2024
1 parent fcc3d80 commit cf6aafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
extra_files: LICENSE readme.md
ldflags: '-X main.Version=v${{ github.event.release.tag_name }} -extldflags "-static"'

0 comments on commit cf6aafd

Please sign in to comment.