Skip to content

Commit 9e2e25f

Browse files
committed
Enabling linux aarch64: bionic build now available
1 parent 0fd2f24 commit 9e2e25f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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-19"
12+
LIBZIM_DL_VERSION: "2023-04-25"
1313
MACOSX_DEPLOYMENT_TARGET: "11.0"
1414
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1515

pyproject.toml

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

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

3231
[tool.cibuildwheel.macos]
3332
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)