cicd: cleanup and add building for windows-arm64

This commit is contained in:
Andrew Hlynskyi 2023-04-11 21:02:18 +03:00
parent 7642fda99f
commit 1666283f37
2 changed files with 17 additions and 14 deletions

View file

@ -28,6 +28,7 @@ const matrix = {
'win32': {
name: 'windows',
arch: {
'arm64': { name: 'arm64' },
'x64': { name: 'x64' },
'x86': { name: 'x86' },
'ia32': { name: 'x86' },