Skip to content

Commit

Permalink
in container
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 8, 2024
1 parent 7e0056f commit 63f2d87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,20 @@ jobs:
needs: test
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
target: [x86_64, x86] #, aarch64, armv7, s390x, ppc64le]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: extras
run: sudo apt-get install -y libatomic1
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --strip --out dist --find-interpreter
sccache: 'true'
manylinux: auto
before-script-linux: sudo apt-get install -y libatomic1
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 63f2d87

Please sign in to comment.