chg: remove x86 build due to incompatible with flutter

This commit is contained in:
Hiddify
2023-08-20 10:45:37 +00:00
parent 4f5b6048ff
commit 8205697292

View File

@@ -15,9 +15,9 @@ jobs:
matrix: matrix:
job: job:
- { os: "ubuntu-latest", target: "android"} - { os: "ubuntu-latest", target: "android"}
- { os: "ubuntu-latest", target: "linux-386", aarch: 'x86'} # - { os: "ubuntu-latest", target: "linux-386", aarch: 'x86'} #fultter does not support x86
- { os: "ubuntu-latest", target: "linux-amd64", aarch: 'x64'} - { os: "ubuntu-latest", target: "linux-amd64", aarch: 'x64'}
- { os: "ubuntu-latest", target: "windows-386", aarch: 'x86'} # - { os: "ubuntu-latest", target: "windows-386", aarch: 'x86'} #fultter does not support x86
- { os: "ubuntu-latest", target: "windows-amd64", aarch: 'x64' } - { os: "ubuntu-latest", target: "windows-amd64", aarch: 'x64' }
- { os: "macos-11", target: "macos-universal" } - { os: "macos-11", target: "macos-universal" }
runs-on: ${{ matrix.job.os }} runs-on: ${{ matrix.job.os }}
@@ -28,14 +28,14 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up GCC - name: Set up GCC
if: startsWith(matrix.job.target,'linux') if: startsWith(matrix.job.target,'linux-386')
uses: egor-tensin/setup-gcc@v1 uses: egor-tensin/setup-gcc@v1
with: with:
version: latest version: latest
platform: ${{ matrix.job.aarch }} platform: ${{ matrix.job.aarch }}
- name: gcc - name: gcc
if: startsWith(matrix.job.target,'linux') if: startsWith(matrix.job.target,'linux-386')
run: | run: |
sudo apt-get install --reinstall libc6-dev sudo apt-get install --reinstall libc6-dev