From 8cdeb45cdd4d4faf8d7e744fe5ed670ee49e9c8f Mon Sep 17 00:00:00 2001 From: Karl Bartel Date: Tue, 26 Nov 2024 12:54:22 +0100 Subject: [PATCH] forkdiff: Set docker platform for local testing This will make it work on non-x86 platforms via emulation. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9e8b9569cd..6ef81c18cb 100644 --- a/Makefile +++ b/Makefile @@ -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