aboutsummaryrefslogtreecommitdiff
path: root/build-tool/docker
diff options
context:
space:
mode:
authorJohn Mcloughlin <john.mcloughlin@arm.com>2023-07-24 11:55:13 +0100
committerjohn.mcloughlin <john.mcloughlin@arm.com>2023-07-27 14:47:37 +0000
commit35bae832a88dc06555492e7fe1ccb36a47594c21 (patch)
tree83dbc0df5e1552fdd45f57576651d1d1e33408b4 /build-tool/docker
parent6885f14c8b38865b08ac003447de4bc7ba7e45fb (diff)
downloadarmnn-35bae832a88dc06555492e7fe1ccb36a47594c21.tar.gz
IVGCVSW-7202 Add Android NDK build targets to build-tool
* Changed build tool scripts to also target Android OS * Updated Dockerfile to Ubuntu 20.04 Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com> Change-Id: I6905c205d8870e1628e4885743d9131cb1f11276
Diffstat (limited to 'build-tool/docker')
-rw-r--r--build-tool/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-tool/docker/Dockerfile b/build-tool/docker/Dockerfile
index 21020545f1..a60a4d58e4 100644
--- a/build-tool/docker/Dockerfile
+++ b/build-tool/docker/Dockerfile
@@ -1,12 +1,12 @@
#
-# Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+# Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
# SPDX-License-Identifier: MIT
#
# Default build type is 'production'. Use 'dev' if supplying custom Arm NN / ACL repos from host
ARG BUILD_TYPE=production
-ARG UBUNTU_VERSION=18.04
+ARG UBUNTU_VERSION=20.04
FROM ubuntu:${UBUNTU_VERSION} AS build-production
ENV DEBIAN_FRONTEND noninteractive