typo in the description

AMD64 and x86_64 are the same architecture - ARM64 should be specified instead
This commit is contained in:
tom-programming 2022-12-06 11:51:40 +02:00 committed by Avamander
parent 02116a2fd4
commit 361e381ac3

View File

@ -1,6 +1,6 @@
# Build the project using Docker # 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. 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: Based on Ubuntu 22.04 with the following build dependencies: