aws-iam-authenticator: Add ldflags options and release version

This commit is contained in:
Ivan Kovnatsky 2021-02-08 10:53:39 +02:00
parent c7fa45ff05
commit 7d1f55fbfd
No known key found for this signature in database
GPG key ID: 3A33FA4C82ED674F

View file

@ -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";