Skip to content

Commit e6d5f66

Browse files
Re-fix linux arm build
1 parent 5a7c6e3 commit e6d5f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
args: --release --out dist --find-interpreter
5454
sccache: 'true'
5555
# See https://github.com/PyO3/maturin-action/issues/222
56-
manylinux: auto
56+
manylinux: ${{ matrix.platform.target == 'aarch64' && '2_28' || 'auto' }}
5757
- name: Upload wheels
5858
uses: actions/upload-artifact@v4
5959
with:

0 commit comments

Comments
 (0)