From f2f430adc4dfae13dac2c29b72eb613868668906 Mon Sep 17 00:00:00 2001 From: Han Dai Date: Mon, 4 Mar 2024 12:52:34 -0500 Subject: [PATCH] add --platform to docker build for aarch64/mac users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f27322..c73c249 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ docker run --rm -it -v ${PWD}:/workdir -w /workdir ghcr.io/purseclab/patcherex2 Build from latest commit ```bash -docker build -t patcherex2 https://github.com/purseclab/Patcherex2.git +docker build -t --platform linux/amd64 patcherex2 https://github.com/purseclab/Patcherex2.git docker run --rm -it -v ${PWD}:/workdir -w /workdir patcherex2 ```