From 46c213b1c85d175bb3aa5e728fb02239f1a06444 Mon Sep 17 00:00:00 2001 From: Vlad Sorokin <30412774+parabolabam@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:43:28 +0400 Subject: [PATCH] fix: add quotes into command (#1527) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68905a5..9f0c5c44 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Then run: `docker compose -f pwd.yml up -d` After cloning the repo run this command to build multi-architecture images specifically for ARM64. -`docker buildx bake --no-cache --set *.platform=linux/arm64` +`docker buildx bake --no-cache --set "*.platform=linux/arm64"` and then