Skip to content

Commit

Permalink
feat: build clientd oci
Browse files Browse the repository at this point in the history
  • Loading branch information
okjodom committed Oct 19, 2024
1 parent 1eb0d0e commit 82000bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"src"
"multimint"
"fedimint-clientd"
"fedimint-nwc"
"clientd-stateless"
];
};
Expand Down Expand Up @@ -106,6 +107,14 @@
packages = [ "fedimint-clientd" ];
mainProgram = "fedimint-clientd";
};

fedimint-clientd-oci = pkgs.dockerTools.buildLayeredImage {
name = "fedimint-clientd";
contents = [ fedimint-clientd ];
config = {
Cmd = [ "${fedimint-clientd}/bin/fedimint-clientd" ];
};
};
}
);
in
Expand Down

0 comments on commit 82000bb

Please sign in to comment.