Skip to content

Commit

Permalink
ci: 🎡 fix musllinux arm docker image in cibw
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Feb 1, 2024
1 parent 371fe0c commit 38f0f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ manylinux-aarch64-image = "ghcr.io/darvid/python_hyperscan_manylinux_2_28_aarch6
manylinux-pypy_x86_64-image = "ghcr.io/darvid/python_hyperscan_manylinux_2_28_x86_64:2024-01-27-1e3cb40"
manylinux-pypy_aarch64-image = "ghcr.io/darvid/python_hyperscan_manylinux_2_28_aarch64:2024-01-27-1e3cb40"
musllinux-x86_64-image = "ghcr.io/darvid/python_hyperscan_musllinux_1_1_x86_64:2024-01-27-1e3cb40"
musllinux-aarch64-image = "ghcr.io/darvid/python_hyperscan_musllinux_1_1_x86_64:2024-01-27-1e3cb40"
musllinux-aarch64-image = "ghcr.io/darvid/python_hyperscan_musllinux_1_1_aarch64:2024-01-27-1e3cb40"

# repair-wheel-command = [
# 'pip install auditwheel-symbols',
Expand Down

0 comments on commit 38f0f22

Please sign in to comment.