chg: remove x86 build due to incompatible with flutter
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user