This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch muslinux-wheels in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
commit 4a45c058dd6ebb08225f00b87fd0fec78a8f5bf9 Author: Jon <[email protected]> AuthorDate: Tue Apr 9 23:37:25 2024 -0700 properly spell musllinux --- .github/workflows/build_wheels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 22b2772..28734dc 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -61,14 +61,14 @@ jobs: use-qemu: true } - { - name: "Ubuntu Latest (x86_64, muslinux)", + name: "Ubuntu Latest (x86_64, musllinux)", os: ubuntu-latest, - cibw-arch: muslinux_x86_64 + cibw-arch: musllinux_x86_64 } - { - name: "Ubuntu Latest (ARM64, muslinux)", + name: "Ubuntu Latest (ARM64, musllinux)", os: ubuntu-latest, - cibw-arch: muslinux_aarch64, + cibw-arch: musllinux_aarch64, use-qemu: true } - { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
