|
37 | 37 | explorer = wrapImage images."${cluster}".explorer;
|
38 | 38 | };
|
39 | 39 | platforms = {
|
| 40 | + all-cardano-sl = supportedSystems; |
| 41 | + cardano-report-server = [ "x86_64-linux" ]; |
| 42 | + cardano-report-server-static = [ "x86_64-linux" ]; |
40 | 43 | cardano-sl = supportedSystems;
|
41 | 44 | 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" ]; |
42 | 48 | cardano-sl-node-static = supportedSystems;
|
43 | 49 | cardano-sl-tools = supportedSystems;
|
| 50 | + cardano-sl-tools-post-mortem = supportedSystems; |
44 | 51 | cardano-sl-wallet = supportedSystems;
|
45 | 52 | 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; |
54 | 53 | daedalus-bridge = supportedSystems;
|
| 54 | + purescript = supportedSystems; |
55 | 55 | shell = supportedSystems;
|
| 56 | + stack2nix = supportedSystems; |
56 | 57 | };
|
57 | 58 | platforms' = {
|
58 | 59 | connectScripts.mainnet.wallet = [ "x86_64-linux" "x86_64-darwin" ];
|
|
0 commit comments