Skip to content

Commit

Permalink
en: mainnet hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanslwong-crypto-com committed Dec 3, 2024
1 parent bc21f41 commit 8f86292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
nix_conf: |
extra-sandbox-paths = /etc/docker/config.json=/home/runner/.docker/config.json
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .#mainnet
- run: >
nix run github:nix-community/nix-eval-jobs
-- --gc-roots-dir gcroot
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
tag = "nix";
fromImage = base-image-mainnet;
inherit copyToRoot;
config.Entrypoint = ["${start external-node-mainnet}/bin/start.sh"];
# config.Entrypoint = ["${start external-node-mainnet}/bin/start.sh"];
};
packages.testnet = dockerTools.buildImage {
name = "testnet";
Expand Down

0 comments on commit 8f86292

Please sign in to comment.