Skip to content

Commit

Permalink
fix: remove libc dependency of binaries (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Jul 19, 2023
1 parent 4b559ce commit d81e6ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
-X 'github.com/zhenghaoz/gorse/cmd/version.Version=$(git describe --tags $(git rev-parse HEAD))'
-X 'github.com/zhenghaoz/gorse/cmd/version.GitCommit=$(git rev-parse HEAD)'
-X 'github.com/zhenghaoz/gorse/cmd/version.BuildTime=$(date)'" ./...
env:
CGO_ENABLED: 0

- name: Install zip
uses: montudor/action-zip@v0.1.1
Expand Down

0 comments on commit d81e6ee

Please sign in to comment.