Skip to content

Commit

Permalink
Don't build i686 because of cibuildwheel issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn committed Dec 25, 2023
1 parent 66c573d commit 7569161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: "pip3 install --upgrade keyrings.alt"
CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* pp* *-win32 *-musllinux*"
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* pp* *-win32 *-musllinux* *_i686"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7569161

Please sign in to comment.