oathkeeper: fix ldflags for build info (#495402)
This commit is contained in:
@@ -32,15 +32,18 @@ buildGoModule {
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X github.com/ory/oathkeeper/internal/driver/config.Version=${version}"
|
||||
"-X github.com/ory/oathkeeper/internal/driver/config.Commit=${commit}"
|
||||
"-X github.com/ory/oathkeeper/x.Version=${version}"
|
||||
"-X github.com/ory/oathkeeper/x.Commit=${commit}"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Open-source identity and access proxy that authorizes HTTP requests based on sets of rules";
|
||||
homepage = "https://www.ory.sh/oathkeeper/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ camcalaquian ];
|
||||
maintainers = with lib.maintainers; [
|
||||
camcalaquian
|
||||
debtquity
|
||||
];
|
||||
mainProgram = "oathkeeper";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user