This is an automated email from the ASF dual-hosted git repository.

wwong pushed a commit to branch 0.20.4-incubating-rc1-arm64
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/0.20.4-incubating-rc1-arm64 by 
this push:
     new ddfbe0d  Change ENV to ARM64
ddfbe0d is described below

commit ddfbe0d34f18cce42919a46aea6951b73e4f0f4a
Author: Windham Wong <[email protected]>
AuthorDate: Mon Jun 7 08:07:27 2021 +0000

    Change ENV to ARM64
---
 docker/compile/Dockerfile.ubuntu20.04-arm64 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/compile/Dockerfile.ubuntu20.04-arm64 
b/docker/compile/Dockerfile.ubuntu20.04-arm64
index 4ca1206..9b725a8 100644
--- a/docker/compile/Dockerfile.ubuntu20.04-arm64
+++ b/docker/compile/Dockerfile.ubuntu20.04-arm64
@@ -42,7 +42,7 @@ RUN apt-get update && apt-get -y install \
       tree \
       openjdk-11-jdk-headless
 
-ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
+ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-arm64
 
 ENV bazelVersion 3.7.2
 

Reply via email to