Skip to content

Commit 022d0b5

Browse files
committed
Don't build aarch64 wheels for now
The porting of arm64 builds to Github Actions uncovered an architecture-specific (or, perhaps, virtualization-specific) bug in asyncpg, so, rather than blocking the release, drop aarch64 wheels for now. Also, `manylinux2014_aarch64` is not considered stable yet (see pypa/manylinux#84) and so the compiled wheels might not even work correctly on all aarch64 boxes.
1 parent 232adcf commit 022d0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
matrix:
7575
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
7676
os: [ubuntu-20.04, macos-latest, windows-latest]
77-
arch: [x86_64, aarch64]
77+
arch: [x86_64]
7878
exclude:
7979
# Python 3.5 is unable to properly
8080
# find the recent VS tooling

0 commit comments

Comments
 (0)