Skip to content

Commit

Permalink
ci: don't build for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 5, 2024
1 parent d7b6d72 commit 8584eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
env:
CIBW_BUILD: '${{ matrix.python-version }}-*'
# wasmtime doesn't support i686
CIBW_SKIP: '*_i686 *-musllinux*'
CIBW_SKIP: '*_i686 *-musllinux* *-win32'
# we build for "arch" if it exists, else 'auto'
CIBW_ARCHS: ${{ matrix.arch || 'auto' }}

Expand Down

0 comments on commit 8584eef

Please sign in to comment.