ci: build Windows ARM 64-bit as a desktop build

We already have a UWP build for win64 that should be enough to test UWP builds.
This commit is contained in:
Steve Lhomme 2022-09-09 11:04:51 +02:00
parent 0474cf148f
commit c13fc71e28
1 changed files with 1 additions and 2 deletions

View File

@ -170,8 +170,7 @@ win64-arm-llvm:
name: $VLC_WIN_LLVM_UCRT_IMAGE
variables:
<<: *variables-win64-arm
LIBVLC_EXTRA_BUILD_FLAGS: -z
UWP_EXTRA_BUILD_FLAGS: -u -w -x -S 0x0A000006
UWP_EXTRA_BUILD_FLAGS: -u -x -S 0x0A000006
uwp64-libvlc-llvm:
extends: .win-common