Skip to content

Commit

Permalink
Reduce release targets
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpineau committed Jun 17, 2022
1 parent c013b6b commit 426edc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 426edc4

Please sign in to comment.