Merge pull request #142320 from twz123/kubecfg-add-version

kubecfg: add -s, -w and version to ldflags
conduit-nginx
Benjamin Staffin 2021-10-20 19:40:42 -04:00 committed by GitHub
commit 704f9f8a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ buildGoPackage {
goPackagePath = "github.com/bitnami/kubecfg";
ldflags = [ "-s" "-w" "-X main.version=v${version}" ];
meta = {
description = "A tool for managing Kubernetes resources as code";
homepage = "https://github.com/bitnami/kubecfg";