Skip to content

Commit

Permalink
fix: add rpc tag for builds in goreleaser (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 committed Aug 21, 2024
1 parent 932da30 commit f5da0b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ builds:
goarch:
- amd64
- arm64
flags:
- -tags=rpc
# ldflags="-s -w" removes the symbol table and debugging information to reduce the size of the release package
ldflags:
- -s
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser_informal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ builds:
goarch:
- amd64
- arm64
flags:
- -tags=rpc
# ldflags="-s -w" removes the symbol table and debugging information to reduce the size of the release package
ldflags:
- -s
Expand Down

0 comments on commit f5da0b7

Please sign in to comment.