File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4848 args : --release --out dist --find-interpreter
4949 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
5050 manylinux : auto
51+ env :
52+ CFLAGS_aarch64_unknown_linux_gnu : ${{ matrix.platform.target == 'aarch64' && '-D__ARM_ARCH=8' || '' }}
5153 - name : Upload wheels
5254 uses : actions/upload-artifact@v6
5355 with :
7981 args : --release --out dist --find-interpreter
8082 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
8183 manylinux : musllinux_1_2
84+ env :
85+ CFLAGS_aarch64_unknown_linux_musl : ${{ matrix.platform.target == 'aarch64' && '-D__ARM_ARCH=8' || '' }}
86+ CFLAGS_armv7_unknown_linux_musleabihf : ${{ matrix.platform.target == 'armv7' && '-D__ARM_ARCH=7' || '' }}
8287 - name : Upload wheels
8388 uses : actions/upload-artifact@v6
8489 with :
You can’t perform that action at this time.
0 commit comments