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

Commit dac98a8

Browse files
committed
[PB-95] prebuild post-mortem on hydra
1 parent 2baa509 commit dac98a8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

release.nix

+9-8
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,23 @@ let
3737
explorer = wrapImage images."${cluster}".explorer;
3838
};
3939
platforms = {
40+
all-cardano-sl = supportedSystems;
41+
cardano-report-server = [ "x86_64-linux" ];
42+
cardano-report-server-static = [ "x86_64-linux" ];
4043
cardano-sl = supportedSystems;
4144
cardano-sl-auxx = supportedSystems;
45+
cardano-sl-explorer = [ "x86_64-linux" ];
46+
cardano-sl-explorer-frontend = [ "x86_64-linux" ];
47+
cardano-sl-explorer-static = [ "x86_64-linux" ];
4248
cardano-sl-node-static = supportedSystems;
4349
cardano-sl-tools = supportedSystems;
50+
cardano-sl-tools-post-mortem = supportedSystems;
4451
cardano-sl-wallet = supportedSystems;
4552
cardano-sl-wallet-new = supportedSystems;
46-
all-cardano-sl = supportedSystems;
47-
cardano-sl-explorer-static = [ "x86_64-linux" ];
48-
cardano-sl-explorer = [ "x86_64-linux" ];
49-
cardano-sl-explorer-frontend = [ "x86_64-linux" ];
50-
cardano-report-server-static = [ "x86_64-linux" ];
51-
cardano-report-server = [ "x86_64-linux" ];
52-
stack2nix = supportedSystems;
53-
purescript = supportedSystems;
5453
daedalus-bridge = supportedSystems;
54+
purescript = supportedSystems;
5555
shell = supportedSystems;
56+
stack2nix = supportedSystems;
5657
};
5758
platforms' = {
5859
connectScripts.mainnet.wallet = [ "x86_64-linux" "x86_64-darwin" ];

0 commit comments

Comments
 (0)