From 1950b9deebee5a0f7f839701483cf12d51946d6f Mon Sep 17 00:00:00 2001 From: devthejo Date: Sun, 15 Oct 2023 10:12:16 +0200 Subject: [PATCH] chore: clean makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f1e404..1d5a443 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ go-deps: go mod tidy go mod vendor -go-build: go-deps +go-build: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -mod vendor -ldflags '-w -extldflags "-static"' -o dist-bin/dockerfile-x-frontend .