Skip to content

Commit 40ff69e

Browse files
committed
add x86_64 musllinux builds
1 parent feeeef2 commit 40ff69e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/multibuild.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ jobs:
2929
PLAT: arm64
3030
INTERFACE64: ''
3131
platform: [x64]
32+
- os: ubuntu-latest
33+
PLAT: x86_64
34+
INTERFACE64: '1'
35+
MB_ML_LIBC: musllinux
36+
MB_ML_VER: _1_1
37+
platform: [x64]
38+
- os: ubuntu-latest
39+
PLAT: x86_64
40+
INTERFACE64: ''
41+
MB_ML_LIBC: musllinux
42+
MB_ML_VER: _1_1
43+
platform: [x64]
3244
exclude:
3345
- os: macos-latest
3446
PLAT: i686

0 commit comments

Comments
 (0)