From 8205697292cd075ae8cdb8ff38d892d06126d567 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Sun, 20 Aug 2023 10:45:37 +0000 Subject: [PATCH] chg: remove x86 build due to incompatible with flutter --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 291af57..f601723 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,9 @@ jobs: matrix: job: - { 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: "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: "macos-11", target: "macos-universal" } runs-on: ${{ matrix.job.os }} @@ -28,14 +28,14 @@ jobs: fetch-depth: 0 - name: Set up GCC - if: startsWith(matrix.job.target,'linux') + if: startsWith(matrix.job.target,'linux-386') uses: egor-tensin/setup-gcc@v1 with: version: latest platform: ${{ matrix.job.aarch }} - name: gcc - if: startsWith(matrix.job.target,'linux') + if: startsWith(matrix.job.target,'linux-386') run: | sudo apt-get install --reinstall libc6-dev