workflows: remove Windows ARM32 build

This commit is contained in:
David Hrdlička 2021-02-14 03:34:45 +01:00
parent 0e24b63647
commit 6a00fd700a

@ -74,7 +74,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
build: build:
- name: Regular - name: Debug
dev-build: off dev-build: off
new-dynarec: off new-dynarec: off
type: Debug type: Debug
@ -82,17 +82,12 @@ jobs:
dev-build: on dev-build: on
new-dynarec: on new-dynarec: on
type: Debug type: Debug
target-arch: ['Win32', 'x64', 'ARM', 'ARM64'] target-arch: ['Win32', 'x64', 'ARM64']
toolset: ['clangcl', 'v142'] toolset: ['clangcl', 'v142']
exclude: exclude:
- target-arch: 'ARM'
build:
new-dynarec: off
- target-arch: 'ARM64' - target-arch: 'ARM64'
build: build:
new-dynarec: off new-dynarec: off
- target-arch: 'ARM'
toolset: 'clangcl'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2