Skip to content

Commit f5da0b7

Browse files
authored
fix: add rpc tag for builds in goreleaser (#1275)
1 parent 932da30 commit f5da0b7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ builds:
1616
goarch:
1717
- amd64
1818
- arm64
19+
flags:
20+
- -tags=rpc
1921
# ldflags="-s -w" removes the symbol table and debugging information to reduce the size of the release package
2022
ldflags:
2123
- -s

.goreleaser_informal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ builds:
1616
goarch:
1717
- amd64
1818
- arm64
19+
flags:
20+
- -tags=rpc
1921
# ldflags="-s -w" removes the symbol table and debugging information to reduce the size of the release package
2022
ldflags:
2123
- -s

0 commit comments

Comments
 (0)