From 32c9e77a6fe3566401f778ea09cedded5d866dc7 Mon Sep 17 00:00:00 2001 From: Alex Chapellon Date: Wed, 4 Sep 2024 16:37:16 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Giovanni Toraldo <71768+gionn@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e05168..d44c7798 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ types of files in the right locations: ## Architecture choice The image architecture defaults to the building system's architecture. To modify -it, you need to adjust en environment variable when running bake command. +it, you need to adjust an environment variable when running bake command. ```sh export TARGETARCH=linux/arm64