File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -119,20 +119,19 @@ jobs:
119
119
with :
120
120
platforms : all # Ensures ARM64 is fully supported
121
121
122
- - name : Debug - Show QEMU status
122
+ - name : Debug - Test ManyLinux Container
123
123
run : |
124
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
124
+ echo "Testing uname -a inside the container..."
125
125
docker run --rm --platform linux/aarch64 quay.io/pypa/manylinux_2_28_aarch64 un-a
126
+
127
+ echo "Testing Python inside the container..."
128
+ docker run --rm --platform linux/aarch64 quay.io/pypa/manylinux_2_28_aarcpython3 --version
126
129
127
130
- name : Install cibuildwheel
128
131
run : |
129
132
python -m pip install --upgrade pip
130
133
pip install cibuildwheel
131
134
132
- - name : Debug - Test Python in Container
133
- run : |
134
- docker run --rm --platform linux/aarch64 quay.io/pypa/manylinux_2_28_aarcpython3 --version
135
-
136
135
- name : Build wheels with cibuildwheel
137
136
env :
138
137
CIBW_PLATFORM : " linux"
@@ -148,4 +147,5 @@ jobs:
148
147
uses : actions/upload-artifact@v4
149
148
with :
150
149
name : wheels-linux-arm64-${{ matrix.python-version }}-${{ github.run_id }}
151
- path : wheelhouse/*.whl
150
+ path : wheelhouse/*.whl
151
+
You can’t perform that action at this time.
0 commit comments