Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

[DEVOPS-1048] expose more cardano metrics in release.nix #3706

Merged
merged 1 commit into from
Oct 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,23 @@ let
cardano-report-server-static = [ "x86_64-linux" ];
cardano-sl = supportedSystems;
cardano-sl-auxx = supportedSystems;
cardano-sl-chain = supportedSystems;
cardano-sl-core = supportedSystems;
cardano-sl-crypto = supportedSystems;
cardano-sl-db = supportedSystems;
cardano-sl-explorer = [ "x86_64-linux" ];
cardano-sl-explorer-frontend = [ "x86_64-linux" ];
cardano-sl-explorer-static = [ "x86_64-linux" ];
cardano-sl-generator = supportedSystems;
cardano-sl-infra = supportedSystems;
cardano-sl-networking = supportedSystems;
cardano-sl-node-static = supportedSystems;
cardano-sl-tools = supportedSystems;
cardano-sl-tools-post-mortem = supportedSystems;
cardano-sl-util = supportedSystems;
cardano-sl-wallet = supportedSystems;
cardano-sl-wallet-new = supportedSystems;
cardano-sl-x509 = supportedSystems;
daedalus-bridge = supportedSystems;
purescript = supportedSystems;
shell = supportedSystems;
Expand Down