File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 57
57
- { os: windows-latest }
58
58
- { os: macos-latest, target: "universal2-apple-darwin" }
59
59
- { os: ubuntu-latest, target: "x86_64" }
60
- - { os: ubuntu-latest, target: "aarch64" }
60
+ - { os: ubuntu-latest, target: "aarch64", manylinux: "manylinux_2_28" }
61
61
- { os: ubuntu-latest, target: "armv7l" }
62
62
steps :
63
63
- uses : actions/checkout@v4
@@ -72,13 +72,10 @@ jobs:
72
72
- uses : PyO3/maturin-action@v1
73
73
with :
74
74
target : ${{ matrix.target }}
75
- manylinux : auto
75
+ manylinux : ${{ matrix.manylinux || ' auto' }}
76
76
working-directory : " bindings/python"
77
77
command : build
78
78
args : --release -o dist
79
- env :
80
- # Workaround ring 0.17 build issue
81
- CFLAGS_aarch64_unknown_linux_gnu : " -D__ARM_ARCH=8"
82
79
- name : Upload wheels
83
80
uses : actions/upload-artifact@v4
84
81
with :
You can’t perform that action at this time.
0 commit comments