From 21cf12a8fdc87a87886181b496d0da5f08a28567 Mon Sep 17 00:00:00 2001 From: Miguel Hernandez Date: Sat, 13 Jun 2026 12:04:35 -0400 Subject: [PATCH] Update build command for ARM64 binaries The code uses arm64 instead of arm so I changed it in the documentation. --- development/building-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/building-from-source.md b/development/building-from-source.md index 21363e93..6051a1ba 100644 --- a/development/building-from-source.md +++ b/development/building-from-source.md @@ -28,7 +28,7 @@ Once the command has finished, a new `build/` folder will be created in the proj If you are running a 64 bit Linux OS, you will also be able to create ARM64 binaries. To do so, run the following command: ``` -yarn run build:arm +yarn run build:arm64 ``` Binaries will be located in the same location as the other command.