From c566ea99828537ac920ea3a1aaa6d90cddc580a9 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Wed, 27 Nov 2024 13:57:39 +0530 Subject: [PATCH] fix: lint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cfeb033..b68905a5 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ cd frappe_docker Then run: `docker compose -f pwd.yml up -d` ### To run on ARM64 architecture follow this instructions + After cloning the repo run this command to build multi-architecture images specifically for ARM64. `docker buildx bake --no-cache --set *.platform=linux/arm64`