Skip to content

Commit

Permalink
ci: Remove symbol and debug info from release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Dec 26, 2023
1 parent bfb6d50 commit 9ef73a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: go.mod
project_path: cmd/update-plex-ipv6-access-url
ldflags: "-X 'main.buildTime=${{ needs.meta.outputs.date }}' -X 'main.buildCommit=${{ github.sha }}' -X 'main.buildVersion=${{ github.ref_name }}'"
ldflags: "-s -w -X 'main.buildTime=${{ needs.meta.outputs.date }}' -X 'main.buildCommit=${{ github.sha }}' -X 'main.buildVersion=${{ github.ref_name }}'"
sha256sum: true

0 comments on commit 9ef73a5

Please sign in to comment.