From: Debayan Sutradhar Date: Sat, 26 Jun 2021 14:40:15 +0530 Subject: windows x86 removed --- windows x86 removed --- --- 'a/.github/workflows/build.yml' +++ b/.github/workflows/build.yml @@ -228,53 +228,6 @@ jobs: name: windows-msi-x64 path: target/install/*.msi - build-windows-x86: - runs-on: windows-2019 - steps: - - uses: actions/checkout@v2 - - name: Setup java - uses: actions/setup-java@v2 - with: - java-version: 16 - distribution: adopt - architecture: x86 - - name: Download REQ_MODULES - uses: dawidd6/action-download-artifact@v2 - with: - workflow: init.yml - name: req_modules - - name: Download VERSION - uses: dawidd6/action-download-artifact@v2 - with: - workflow: init.yml - name: version - - name: Setup JavaFX - run: | - bitsadmin /Transfer DownloadJavaFX https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+12_windows-x86_bin-jmods.zip D:\openjfx-17-ea+12_windows-x86_bin-jmods.zip - Expand-Archive -Force D:\openjfx-17-ea+12_windows-x86_bin-jmods.zip D:\ - - name: Download built jars - uses: dawidd6/action-download-artifact@v2 - with: - workflow: init.yml - name: built-jars - path: target/lib/ - - name: Create Bundle using JPackage - id: project - shell: cmd - run: | - call .github\scripts\jpackage.bat - env: - MAIN_CLASS: com.stream_pi.client.Main - JAVAFX_JMODS: D:\javafx-jmods-17\ - JPACKAGE_HOME: ${{ env.JAVA_HOME }} - INSTALL_DIR: target/install - ARCH: x86 - - name: Saving Windows x86 EXE - uses: actions/upload-artifact@v2 - with: - name: windows-msi-x86 - path: target/install/*.msi - build-linux-arm32: runs-on: ubuntu-18.04 steps: --- 'a/.github/workflows/release.yml' +++ b/.github/workflows/release.yml @@ -24,12 +24,6 @@ jobs: workflow: build.yml name: windows-msi-x64 path: target/install - - name: Download windows x86 msi - uses: dawidd6/action-download-artifact@v2 - with: - workflow: build.yml - name: windows-msi-x86 - path: target/install - name: Download linux x64 deb uses: dawidd6/action-download-artifact@v2 with: