Fix 32-bit versions for ARM and x86

This commit is contained in:
MINI\jairo 2025-06-26 20:10:16 -05:00
parent 8c63fd801f
commit bb74b2cf57
1 changed files with 1 additions and 2 deletions

View File

@ -39,11 +39,10 @@ jobs:
-e NAME=${{ matrix.platform.name }} -e NAME=${{ matrix.platform.name }}
-e TARGET_APT_ARCH=${{ matrix.platform.target_apt_arch }} -e TARGET_APT_ARCH=${{ matrix.platform.target_apt_arch }}
-e RUNNER_OS=${{ runner.os }} -e RUNNER_OS=${{ runner.os }}
-e FLAGS="${{ matrix.platform.flags }}"
-e BUILD_TYPE=${{ env.BUILD_TYPE }} -e BUILD_TYPE=${{ env.BUILD_TYPE }}
run: | run: |
cd /workspace cd /workspace
./External/build.sh FLAGS="${{ matrix.platform.flags }}" ./External/build.sh
- name: Build - name: Build
if: ${{ !contains(matrix.platform.container, 'arm') }} if: ${{ !contains(matrix.platform.container, 'arm') }}