File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# This image is meant to enable cross-architecture builds.
2- # It assumes the foundry binaries have already been compiled for `$TARGETPLATFORM` and are
3- # locatable in `./dist/bin/$TARGETARCH`
2+ # It assumes the Foundry binaries have already been compiled for `$TARGETPLATFORM` and are
3+ # locatable in `./dist/bin/$TARGETARCH`.
44FROM ubuntu:22.04
55
66# Filled by docker buildx
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ shuffled_list!(
5252 vec![
5353 //
5454 "reth-ethereum.ithaca.xyz/rpc" ,
55- "reth-ethereum-full.ithaca.xyz/rpc" ,
55+ // "reth-ethereum-full.ithaca.xyz/rpc",
5656 ] ,
5757) ;
5858shuffled_list ! (
@@ -67,7 +67,7 @@ shuffled_list!(
6767 vec![
6868 //
6969 "reth-ethereum.ithaca.xyz/ws" ,
70- "reth-ethereum-full.ithaca.xyz/ws" ,
70+ // "reth-ethereum-full.ithaca.xyz/ws",
7171 ] ,
7272) ;
7373
You can’t perform that action at this time.
0 commit comments