diff options
| author | JinYi-Tsinghua <109143373+JinYi-Tsinghua@users.noreply.github.com> | 2022-08-29 02:28:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-29 02:28:15 +0000 |
| commit | 2b285b787408417b4ae1f8e3f364b2e5e0a66207 (patch) | |
| tree | f8e5a076c27e509d9b7f38554c91c3f8a5dad319 | |
| parent | 2f67ee141e97df7cf621c089e1aadd2af1a76289 (diff) | |
Add musl-linux-arm64 support in azure-pipelines-package.yml
This is a supplement to pull request 8112
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index 19d65ea0c1..926d1d3224 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -26,6 +26,8 @@ jobs: BuildConfiguration: linux.amd64-musl Linux.arm64: BuildConfiguration: linux.arm64 + Linux.musl-linux-arm64: + BuildConfiguration: linux.musl-linux-arm64 Linux.armhf: BuildConfiguration: linux.armhf Windows.amd64: |
