Skip to content

Commit

Permalink
forkdiff: Set docker platform for local testing
Browse files Browse the repository at this point in the history
This will make it work on non-x86 platforms via emulation.
  • Loading branch information
karlb committed Nov 26, 2024
1 parent 1f727e9 commit 5b3c581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ devtools:
forkdiff:
docker run --rm \
--mount src=$(shell pwd),target=/host-pwd,type=bind \
--platform linux/amd64 \
protolambda/forkdiff:latest \
-repo /host-pwd/ -fork /host-pwd/fork.yaml -out /host-pwd/forkdiff.html

Expand Down

0 comments on commit 5b3c581

Please sign in to comment.