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 11, 2024
1 parent 1eb0d0e commit 39d84aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,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 39d84aa

Please sign in to comment.