operator-sdk: build all binaries

Currently the repo provides 3 binaries. The 2 that were missing are used in upstream docker images. But to use dockerTools instead, these need to be packaged with nix!

@moduon MT-1075
This commit is contained in:
Jairo Llopis 2023-01-23 08:33:31 +00:00
parent ea35ef77d3
commit 6f51b1834a
No known key found for this signature in database
GPG Key ID: E47E3BE44B940490

View File

@ -29,6 +29,8 @@ buildGoModule rec {
doCheck = false;
subPackages = [
"cmd/ansible-operator"
"cmd/helm-operator"
"cmd/operator-sdk"
];