Skip to content

Commit

Permalink
add --platform to docker build for aarch64/mac users
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyDai committed Mar 4, 2024
1 parent a8caba2 commit f2f430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker run --rm -it -v ${PWD}:/workdir -w /workdir ghcr.io/purseclab/patcherex2
<summary>Build from latest commit</summary>

```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
```
</details>
Expand Down

0 comments on commit f2f430a

Please sign in to comment.