diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 550006e4..5170c8b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Build Installers run: ant -Dstorepass="$NBM_SIGN_PASS" -Dpack200.enabled=false set-spec-version build-installers unset-spec-version env: - BUILD_X86: true + BUILD_X86: false BUILD_X64: true BUILD_OTHER: true - name: Fix Platform Independent Build diff --git a/build.xml b/build.xml index 656267f5..1afd2bea 100644 --- a/build.xml +++ b/build.xml @@ -220,7 +220,7 @@ - + diff --git a/jdks/download-jdks.sh b/jdks/download-jdks.sh index fab3405c..5dcb2b3a 100755 --- a/jdks/download-jdks.sh +++ b/jdks/download-jdks.sh @@ -263,14 +263,14 @@ else then build_mac_jdk & build_other_jdk linux x64 x64 & - build_other_jdk windows x86-32 x86 & + # Windows 32bit not by default build_other_jdk windows x86-32 x86 & build_other_jdk windows x64 x64 & else build_mac_jdk build_other_jdk linux x64 x64 - build_other_jdk windows x86-32 x86 + ## Windows 32bit not by default build_other_jdk windows x86-32 x86 build_other_jdk windows x64 x64 - #Linux 32bit not supported... build_other_jdk linux x86-32 + # Linux 32bit not supported... build_other_jdk linux x86-32 fi fi