Skip to content

Commit

Permalink
use -tags netgo
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Oct 19, 2024
1 parent 275ca4f commit 7ae4c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lint:

.PHONY: build
build:
CGO_ENABLE=0 go build -o ./build/main ./cmd/*.go
CGO_ENABLE=0 go build -tags netgo -o ./build/main ./cmd/*.go

.PHONY: run
run:
Expand Down

0 comments on commit 7ae4c0c

Please sign in to comment.