Skip to content

Commit aae352e

Browse files
committed
forkdiff: use pinned ethereum-optimism version
Also specify the --platform.
1 parent 0a1c7b4 commit aae352e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ devtools:
5656
forkdiff:
5757
docker run --rm \
5858
--mount src=$(shell pwd),target=/host-pwd,type=bind \
59-
protolambda/forkdiff:latest \
59+
--platform linux/amd64 \
60+
ethereum-optimism/forkdiff:2f86c6bc60d8d963ec23d4f959fda8cdfff82c1e \
6061
-repo /host-pwd/ -fork /host-pwd/fork.yaml -out /host-pwd/forkdiff.html
6162

6263
#? help: Get more info on make commands.

0 commit comments

Comments
 (0)