Skip to content

Commit 3a59f10

Browse files
committed
ci: Turn off 32-bit arm uwp build on azure
1 parent 6ec7fe9 commit 3a59f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/shared/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
VS_VERSION = 'Visual Studio 17 2022'
88

9-
PLATFORMS = ('Win32', 'x64', 'ARM', 'ARM64')
9+
PLATFORMS = ('Win32', 'x64', 'ARM64')
1010

1111
TRUE_FALSE = (True, False)
1212

0 commit comments

Comments
 (0)