From 426edc4dcc673de1e302e6edc39c960aeee6c953 Mon Sep 17 00:00:00 2001 From: pineau Date: Fri, 17 Jun 2022 12:37:47 +0200 Subject: [PATCH] Reduce release targets --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }