diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f454243..0ff87f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,10 +44,10 @@ jobs: #- { os: ubuntu-latest, cross: true, toolchain: stable, target: armv7-unknown-linux-gnueabihf } #- { os: ubuntu-latest, cross: true, toolchain: stable, target: mips64el-unknown-linux-gnuabi64 } #- { os: ubuntu-latest, cross: true, toolchain: stable, target: powerpc64le-unknown-linux-gnu } - - { os: ubuntu-latest, cross: true, toolchain: stable, target: i686-unknown-linux-musl } - - { os: ubuntu-latest, cross: true, toolchain: stable, target: i686-unknown-linux-gnu } + ##- { os: ubuntu-latest, cross: true, toolchain: stable, target: i686-unknown-linux-musl } + ##- { os: ubuntu-latest, cross: true, toolchain: stable, target: i686-unknown-linux-gnu } - { os: ubuntu-latest, cross: true, toolchain: stable, target: x86_64-unknown-linux-musl } - - { os: ubuntu-latest, cross: false, toolchain: stable, target: x86_64-unknown-linux-gnu } + ##- { os: ubuntu-latest, cross: false, toolchain: stable, target: x86_64-unknown-linux-gnu } # Android #- { os: ubuntu-latest, cross: true, toolchain: stable, target: aarch64-linux-android } #- { os: ubuntu-latest, cross: true, toolchain: stable, target: arm-linux-androideabi }