summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom-programming <tom.programs@gmail.com>2022-12-06 11:51:40 +0200
committerAvamander <avamander@gmail.com>2022-12-06 12:06:57 +0200
commit361e381ac32ff7a05abeaaf1e85eb10818193f64 (patch)
treee5da64f8039347515bcb0854f971fee0c7fcfafc
parent02116a2fd41518c779decdd8acc2e4c80e358425 (diff)
typo in the description
AMD64 and x86_64 are the same architecture - ARM64 should be specified instead
-rw-r--r--doc/buildWithDocker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildWithDocker.md b/doc/buildWithDocker.md
index 20bf85d4..c0d425e5 100644
--- a/doc/buildWithDocker.md
+++ b/doc/buildWithDocker.md
@@ -1,6 +1,6 @@
# Build the project using Docker
-A [Docker image (Dockerfile)](../docker) containing all the build environment is available for X86_64 and AMD64 architectures.
+A [Docker image (Dockerfile)](../docker) containing all the build environment is available for X86_64 and ARM64 architectures.
These images make the build of the firmware and the generation of the DFU file for OTA quite easy, as well as preventing clashes with any other toolchains or development environments you may have installed.
Based on Ubuntu 22.04 with the following build dependencies: