Skip to content

Commit

Permalink
remove support for linux x86 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Mar 6, 2024
1 parent 99cee4d commit 3269fc0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target: [x86_64, aarch64, armv7, s390x, ppc64le]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libatomic1:i386
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 3269fc0

Please sign in to comment.