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

Commit

Permalink
[PB-95] prebuild post-mortem on hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Sep 27, 2018
1 parent 2baa509 commit dac98a8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,23 @@ let
explorer = wrapImage images."${cluster}".explorer;
};
platforms = {
all-cardano-sl = supportedSystems;
cardano-report-server = [ "x86_64-linux" ];
cardano-report-server-static = [ "x86_64-linux" ];
cardano-sl = supportedSystems;
cardano-sl-auxx = supportedSystems;
cardano-sl-explorer = [ "x86_64-linux" ];
cardano-sl-explorer-frontend = [ "x86_64-linux" ];
cardano-sl-explorer-static = [ "x86_64-linux" ];
cardano-sl-node-static = supportedSystems;
cardano-sl-tools = supportedSystems;
cardano-sl-tools-post-mortem = supportedSystems;
cardano-sl-wallet = supportedSystems;
cardano-sl-wallet-new = supportedSystems;
all-cardano-sl = supportedSystems;
cardano-sl-explorer-static = [ "x86_64-linux" ];
cardano-sl-explorer = [ "x86_64-linux" ];
cardano-sl-explorer-frontend = [ "x86_64-linux" ];
cardano-report-server-static = [ "x86_64-linux" ];
cardano-report-server = [ "x86_64-linux" ];
stack2nix = supportedSystems;
purescript = supportedSystems;
daedalus-bridge = supportedSystems;
purescript = supportedSystems;
shell = supportedSystems;
stack2nix = supportedSystems;
};
platforms' = {
connectScripts.mainnet.wallet = [ "x86_64-linux" "x86_64-darwin" ];
Expand Down

0 comments on commit dac98a8

Please sign in to comment.