Skip to content

Commit

Permalink
Skip 32-bits builds on MUSL
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Nov 10, 2022
1 parent 05eac9b commit aabc73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BEFORE_ALL_LINUX: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=stable --profile=minimal -y
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH"'
CIBW_SKIP: cp36-* pp*
CIBW_SKIP: cp36-* pp* cp*-musllinux_i686

jobs:
build_wheels:
Expand Down

0 comments on commit aabc73f

Please sign in to comment.