Skip to content

Commit 04c344e

Browse files
committed
try with podman and native linux arm64 runner
1 parent a3cc43f commit 04c344e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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"]
@@ -58,12 +58,6 @@ jobs:
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: |
@@ -73,6 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)