Skip to content

Commit 98a4e7e

Browse files
committed
build linux aarch64
1 parent 9775ee5 commit 98a4e7e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push]
33

44
env:
55
# TODO: use a release (once available)
6-
LIBZIM_DL_VERSION: "2023-04-25"
6+
LIBZIM_DL_VERSION: "2023-04-26"
77

88
jobs:
99
lint:

.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-26"
1313
MACOSX_DEPLOYMENT_TARGET: "11.0"
1414
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
1515
# APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step

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)