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 6262 - { os: windows-latest }
6363 - { os: macos-latest, target: "universal2-apple-darwin" }
6464 - { os: ubuntu-latest, target: "x86_64" }
65- - { os: ubuntu-latest, target: "aarch64" }
65+ - { os: ubuntu-latest, target: "aarch64", manylinux: "manylinux_2_28" }
6666 - { os: ubuntu-latest, target: "armv7l" }
6767 steps :
6868 - uses : actions/checkout@v4
@@ -76,13 +76,10 @@ jobs:
7676 - uses : PyO3/maturin-action@v1
7777 with :
7878 target : ${{ matrix.target }}
79- manylinux : auto
79+ manylinux : ${{ matrix.manylinux || ' auto' }}
8080 working-directory : " bindings/python"
8181 command : build
8282 args : --release -o dist
83- env :
84- # Workaround ring 0.17 build issue
85- CFLAGS_aarch64_unknown_linux_gnu : " -D__ARM_ARCH=8"
8683 - name : Upload wheels
8784 uses : actions/upload-artifact@v4
8885 with :
You can’t perform that action at this time.
0 commit comments