fix: issues
This commit is contained in:
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@@ -14,11 +14,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job:
|
||||
- { os: "ubuntu-latest", target: "android"}
|
||||
#- { os: "ubuntu-latest", target: "android"}
|
||||
- { os: "ubuntu-latest", target: "linux-386", aarch: 'x86'}
|
||||
- { os: "ubuntu-latest", target: "linux-amd64", aarch: 'x64'}
|
||||
- { os: "ubuntu-latest", target: "windows-386", aarch: 'x86'}
|
||||
- { os: "ubuntu-latest", target: "windows-amd64", aarch: 'x64' }
|
||||
#- { os: "ubuntu-latest", target: "linux-amd64", aarch: 'x64'}
|
||||
#- { os: "ubuntu-latest", target: "windows-386", aarch: 'x86'}
|
||||
#- { os: "ubuntu-latest", target: "windows-amd64", aarch: 'x64' }
|
||||
- { os: "macos-11", target: "macos-universal" }
|
||||
runs-on: ${{ matrix.job.os }}
|
||||
steps:
|
||||
@@ -27,6 +27,18 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up GCC
|
||||
if: startsWith(matrix.job.target,'linux')
|
||||
uses: egor-tensin/setup-gcc@v1
|
||||
with:
|
||||
version: latest
|
||||
platform: ${{ matrix.job.aarch }}
|
||||
|
||||
- name: gcc
|
||||
if: startsWith(matrix.job.target,'linux')
|
||||
run: |
|
||||
sudo apt-get install --reinstall libc6-dev
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user