Skip to content

Commit

Permalink
Remove debugging information to make it easier to build deb
Browse files Browse the repository at this point in the history
  • Loading branch information
cskarby committed Jun 4, 2024
1 parent 46aff04 commit 26a2a0f
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 @@ -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 ./...

0 comments on commit 26a2a0f

Please sign in to comment.