File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7575 - run : |
7676 git clean -fdx wasmtime build
7777 python -m build --wheel -C=--build-option=--plat-name -C=--build-option=musllinux_1_2_x86_64
78+ - run : |
79+ git clean -fdx wasmtime build
80+ python -m build --wheel -C=--build-option=--plat-name -C=--build-option=musllinux_1_2_aarch64
7881 - run : |
7982 git clean -fdx wasmtime build
8083 python -m build --wheel -C=--build-option=--plat-name -C=--build-option=android_26_x86_64
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ def plat_name_to_download_args(plat_name:str) -> list[str]:
5959 'manylinux1-x86_64' : ['linux' , 'x86_64' ],
6060 'manylinux2014_aarch64' : ['linux' , 'aarch64' ],
6161 'musllinux_1_2_x86_64' : ['musl' , 'x86_64' ],
62+ 'musllinux_1_2_aarch64' : ['musl' , 'aarch64' ],
6263 'win-amd64' : ['win32' , 'x86_64' ],
6364 'win-arm64' : ['win32' , 'arm64' ],
6465 }
You can’t perform that action at this time.
0 commit comments