From 26a2a0fc8d508004f5b9e4fa00e67e2b1e32f25c Mon Sep 17 00:00:00 2001 From: Christian Skarby Date: Tue, 4 Jun 2024 15:42:40 +0200 Subject: [PATCH] Remove debugging information to make it easier to build deb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70308f0..1c909b5 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ clean: kubekey: kubekey.go go mod download - CGO_ENABLED=0 go build kubekey.go + CGO_ENABLED=0 go build -trimpath -ldflags='-s -w' kubekey.go update: go get -u ./...