Skip to content

Commit

Permalink
add image config for ppc64le images
Browse files Browse the repository at this point in the history
  • Loading branch information
xoudini committed Dec 19, 2024
1 parent 2bee05a commit 04592b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ before-build = "scripts/before-build-linux.sh"
manylinux-x86_64-image = "manylinux_2_28"
manylinux-i686-image = "manylinux_2_28"
manylinux-aarch64-image = "manylinux_2_28"
manylinux-ppc64le-image = "manylinux_2_28"
musllinux-x86_64-image = "musllinux_1_2"
musllinux-i686-image = "musllinux_1_2"
musllinux-aarch64-image = "musllinux_1_2"
musllinux-ppc64le-image = "musllinux_1_2"
# repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"


Expand Down

0 comments on commit 04592b7

Please sign in to comment.