diff --git a/.goreleaser.yml b/.goreleaser.yml index 17d907d9b..b928b0753 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 diff --git a/.goreleaser_informal.yml b/.goreleaser_informal.yml index 5497545ec..3e4582932 100644 --- a/.goreleaser_informal.yml +++ b/.goreleaser_informal.yml @@ -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