Skip to content

Commit e8b7360

Browse files
committed
Remove arm jobs
The builds are broken due to an incorrect version of manylinux that isn't compatible with ring. But it seems to be not quite trivial to fix, so don't try for now.
1 parent 13d21e2 commit e8b7360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
target: [x86_64, x86, aarch64, armv7]
26+
target: [x86_64, x86]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-python@v4
@@ -35,7 +35,7 @@ jobs:
3535
target: ${{ matrix.target }}
3636
args: --release --out dist --find-interpreter -m python/Cargo.toml
3737
sccache: 'true'
38-
manylinux: '2_28'
38+
manylinux: auto
3939
- name: Upload wheels
4040
uses: actions/upload-artifact@v3
4141
with:

0 commit comments

Comments
 (0)