This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 8bd2c97351a Add javaHome for building Java 11 and 17 multi-arch
containers. (#27861)
8bd2c97351a is described below
commit 8bd2c97351a4e6f8c6bafd260265d3ca2b7e3673
Author: Celeste Zeng <[email protected]>
AuthorDate: Fri Aug 4 15:31:38 2023 -0700
Add javaHome for building Java 11 and 17 multi-arch containers. (#27861)
---
.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
index 256e4eeec63..9015b201897 100644
--- a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
+++ b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
@@ -110,6 +110,7 @@ jobs:
gradle-command:
:runners:google-cloud-dataflow-java:arm:examplesJavaRunnerV2IntegrationTestARM
arguments: |
-PcompileAndRunTestsWithJava${{ matrix.java_version }} \
+ -Pjava${{ matrix.java_version }}Home=$JAVA_HOME_${{
matrix.java_version }}_X64 \
-Pcontainer-architecture-list=arm64,amd64 \
-Ppush-containers \
-Pdocker-repository-root=us.gcr.io/apache-beam-testing/github-actions \