Skip to content

Commit 4a45c05

Browse files
author
Jon
committed
properly spell musllinux
1 parent 5f55e61 commit 4a45c05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
use-qemu: true
6262
}
6363
- {
64-
name: "Ubuntu Latest (x86_64, muslinux)",
64+
name: "Ubuntu Latest (x86_64, musllinux)",
6565
os: ubuntu-latest,
66-
cibw-arch: muslinux_x86_64
66+
cibw-arch: musllinux_x86_64
6767
}
6868
- {
69-
name: "Ubuntu Latest (ARM64, muslinux)",
69+
name: "Ubuntu Latest (ARM64, musllinux)",
7070
os: ubuntu-latest,
71-
cibw-arch: muslinux_aarch64,
71+
cibw-arch: musllinux_aarch64,
7272
use-qemu: true
7373
}
7474
- {

0 commit comments

Comments
 (0)