Skip to content

Commit 97ad92e

Browse files
authored
not building aarch64 linux wheels (till we fix a naming conflict) (#173)
1 parent cb96522 commit 97ad92e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build_default.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
include:
4343
- os: ubuntu-latest
4444
cibw_archs: "x86_64"
45-
- os: ubuntu-latest
46-
cibw_archs: "aarch64"
4745
- os: windows-2022
4846
cibw_archs: "auto64"
4947
# Include macos-13 to get Intel x86_64 macs and maos-latest to get the Aaarch64 macs
@@ -55,13 +53,6 @@ jobs:
5553
steps:
5654
- uses: actions/checkout@master
5755

58-
# This might not be necessary once ARM runners become available for general use
59-
- name: Set up QEMU
60-
if: matrix.cibw_archs == 'aarch64'
61-
uses: docker/setup-qemu-action@v3
62-
with:
63-
platforms: arm64
64-
6556
- name: Build wheels
6657
uses: pypa/[email protected]
6758
with:

0 commit comments

Comments
 (0)