From aeb761efe56eaeb6f5424c8a0f85a4a7bf3f469e Mon Sep 17 00:00:00 2001 From: "Dr. Flarp" Date: Fri, 9 Jan 2026 22:58:50 -0500 Subject: [PATCH 1/2] update: x64 cross-compile is now supported --- docs/development/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build.md b/docs/development/build.md index a8c6d6c..543162d 100644 --- a/docs/development/build.md +++ b/docs/development/build.md @@ -6,7 +6,7 @@ you are on your own. ## System requirements - Linux Operating System capable of running docker - At least 10 GB of available disk space -- For now, a arm64 host system is required. +- Docker environments are available for arm64 and x86_64 (cross-compile) ## Step 1: Install development-related helper tools ```shell From c4adf6ed4371307228c7b94a2580dbfa018ebea0 Mon Sep 17 00:00:00 2001 From: "Dr. Flarp" Date: Sat, 10 Jan 2026 15:34:29 -0500 Subject: [PATCH 2/2] build toolchain wording --- docs/development/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build.md b/docs/development/build.md index 543162d..e2d0644 100644 --- a/docs/development/build.md +++ b/docs/development/build.md @@ -6,7 +6,7 @@ you are on your own. ## System requirements - Linux Operating System capable of running docker - At least 10 GB of available disk space -- Docker environments are available for arm64 and x86_64 (cross-compile) +- Build toolchains are available for arm64 and x86_64 (cross-compile) ## Step 1: Install development-related helper tools ```shell