Skip to content

Commit

Permalink
fix default build tags inclusion (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
  • Loading branch information
mohammed90 authored Nov 5, 2024
1 parent c9fe5af commit c548f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (b Builder) Build(ctx context.Context, outputFile string) error {
cmd.Args = append(cmd.Args,
"-ldflags", "-w -s", // trim debug symbols
"-trimpath",
"-tags", "nobadger", "nomysql", "nopgx",
"-tags", "nobadger,nomysql,nopgx",
)
}
}
Expand Down

0 comments on commit c548f44

Please sign in to comment.