From 4393b67ef6587962481a26e764ad18f7cef60dab Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Oct 2021 20:00:25 +0300 Subject: [PATCH] ci(java): Disable openj9 builds due to missing base image --- .github/workflows/java.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 74ecd11..ec9b276 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -17,11 +17,11 @@ jobs: matrix: tag: - 8 - - 8j9 +# - 8j9 - 11 - - 11j9 +# - 11j9 - 16 - - 16j9 +# - 16j9 steps: - uses: actions/checkout@v2 - uses: docker/setup-qemu-action@v1