CI: Add linuxmusl-arm64v8 environment

This commit is contained in:
Lovell Fuller
2021-03-07 16:43:22 +00:00
parent 6aaf839662
commit ce8f48e5d1
2 changed files with 47 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ const hasSharpPrebuild = [
'linux-arm64',
'linux-x64',
'linuxmusl-x64',
'linuxmusl-arm64',
'win32-ia32',
'win32-x64'
];