Skip to content

Commit 1a7b18d

Browse files
committed
add aarch64 musllinux builds
1 parent 6f2c719 commit 1a7b18d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ services: docker
2323

2424
matrix:
2525
include:
26+
- os: linux
27+
arch: arm64
28+
env:
29+
- PLAT=aarch64
30+
- MB_ML_VER=_1_1
31+
- MB_ML_LIBC=musllinux
32+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
33+
- os: linux
34+
arch: arm64
35+
env:
36+
- PLAT=aarch64
37+
- INTERFACE64=1
38+
- MB_ML_VER=_1_1
39+
- MB_ML_LIBC=musllinux
40+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
2641
- os: linux
2742
arch: arm64
2843
env:

0 commit comments

Comments
 (0)