Skip to content

Commit 262eaf2

Browse files
committed
Revert "Enabling linux aarch64: bionic build now available"
This reverts commit 9e2e25f.
1 parent 9e2e25f commit 262eaf2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
# LIBZIM_DL_VERSION: "8.2.0"
12-
LIBZIM_DL_VERSION: "2023-04-25"
12+
LIBZIM_DL_VERSION: "2023-04-19"
1313
MACOSX_DEPLOYMENT_TARGET: "11.0"
1414
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1515

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ manylinux-pypy_x86_64-image = "manylinux_2_28"
2626
manylinux-pypy_aarch64-image = "manylinux_2_28"
2727

2828
[tool.cibuildwheel.linux]
29-
archs = ["x86_64", "aarch64"]
29+
# TEMP: dont build on aarch64 as we dont have bionic builds yet
30+
archs = ["x86_64"] #, "aarch64"]
3031

3132
[tool.cibuildwheel.macos]
3233
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)