Author: tom-programming <tom.programs@gmail.com>
typo in the description AMD64 and x86_64 are the same architecture - ARM64 should be specified instead
doc/buildWithDocker.md | 2 +-
diff --git a/doc/buildWithDocker.md b/doc/buildWithDocker.md index 20bf85d48c5a5c8db2a95a098936178c00590769..c0d425e5403a0bf2cb9ea2046dab07eb1a4ced24 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: