aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorElham <elham.harirpoush@arm.com>2022-04-05 13:19:10 -0400
committerJames Conroy <james.conroy@arm.com>2022-04-20 16:27:37 +0000
commit8f5042f556d42f77bcf522140c908253329ca9fa (patch)
treeff95ed0d8d48f5239f51dfd70610fbf111b7a709 /docker/README.md
parent9a5ea546199b6dabd4dc064ce2b4f8eec4dd138a (diff)
downloadarmnn-8f5042f556d42f77bcf522140c908253329ca9fa.tar.gz
add delegate for 32-bit and modify readme.
Signed-off-by: Elham <elham.harirpoush@arm.com> Change-Id: Idc03badf532918925fc59db81a7affab439075f1
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index beb201836d..4cd5e1a547 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -5,9 +5,9 @@
<b>armnn-android</b> folder has the docker file to build a Android NDK container to build ARMNN.
-## [ArmNN on x86_64 for arm64](https://github.com/ARM-software/armnn/blob/branches/armnn_20_02/BuildGuideCrossCompilation.md)
+## [ArmNN on x86_64 for arm64 and arm32](https://github.com/ARM-software/armnn/blob/branches/armnn_20_02/BuildGuideCrossCompilation.md)
-<b>x86_64</b> folder has the docker file to build ArmNN under an x86_64 system to target an Arm64 system.
+<b>x86_64</b> folder has the docker file to build ArmNN under an x86_64 system to target an Arm64 and Arm32 systems.
# To build a docker images
```bash