Skip to content

Commit

Permalink
fix: use CGO_ENABLED for make gobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 13, 2023
1 parent 1fc4fe0 commit 49b7d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ gogenerate:: pre-gogenerate
## gobuild: build application binary
.PHONY: gobuild
gobuild:
@$(MAGE_CMD) gobuild
@CGO_ENABLED=$(CGO_ENABLED) $(MAGE_CMD) gobuild

## grpcui: run grpcui for an already locally running service
.PHONY: grpcui
Expand Down

0 comments on commit 49b7d14

Please sign in to comment.