aws-iam-authenticator: Add ldflags options and release version
This commit is contained in:
parent
c7fa45ff05
commit
7d1f55fbfd
@ -13,6 +13,8 @@ buildGoModule rec {
|
||||
|
||||
vendorSha256 = null;
|
||||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X pkg.Version=v${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/kubernetes-sigs/aws-iam-authenticator";
|
||||
description = "AWS IAM credentials for Kubernetes authentication";
|
||||
|
Loading…
Reference in New Issue
Block a user