diff --git a/Makefile b/Makefile index 17e406d..5b33d98 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ build: lint $(BIN) .PHONY: dist dist: $(TARGET_DIR) $(SRC) - $(GOBUILD) -o=$(BIN) -a -trimpath -ldflags="-extldflags=-static" + $(GOBUILD) -o=$(BIN) -a -trimpath # docker: build the docker image