From cfaa1773291986d43e2d2edd226d475c0d02e4a9 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 5 Feb 2024 21:20:43 +0900 Subject: [PATCH] Allow build Java Gateway on PPC64LE arch --- .github/workflows/images_build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 81bae9ce0..08df3f27d 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -318,11 +318,6 @@ jobs: platform_list="${platform_list#linux/386,}" fi - # Can not compile Java applications on ppc64le - if [ "${{ matrix.build }}" == "java-gateway" ]; then - platform_list="${platform_list%linux/ppc64le}" - fi - platform_list="${platform_list%,}" echo "list=$platform_list" >> $GITHUB_OUTPUT