File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 3535 # https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
3636 buildplat :
3737 - [ubuntu-20.04, "manylinux_x86_64", "cp3*-manylinux_x86_64"]
38- - [ubuntu-20 .04, "manylinux_aarch64", "cp3*-manylinux_aarch64"]
38+ - [ubuntu-24 .04-arm , "manylinux_aarch64", "cp3*-manylinux_aarch64"]
3939 - [ubuntu-20.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
4040 - [ubuntu-20.04, "manylinux_s390x", "cp3*-manylinux_s390x"]
4141 - [ubuntu-20.04, "manylinux_i686", "cp3*-manylinux_i686"]
5858 cache-dependency-path : ' pyproject.toml'
5959 allow-prereleases : true
6060
61- - name : Set up QEMU
62- if : runner.os == 'Linux'
63- uses : docker/setup-qemu-action@v3
64- with :
65- platforms : all
66-
6761 - name : Install cibuildwheel
6862 # Note: the default manylinux is manylinux2014
6963 run : |
7367 - name : Build wheels
7468 env :
7569 CIBW_BUILD : ${{ matrix.buildplat[2] }}
70+ CIBW_CONTAINER_ENGINE : podman
7671 run : python -m cibuildwheel --output-dir wheelhouse
7772
7873 - name : Build manylinux1 wheels
You can’t perform that action at this time.
0 commit comments