Initial removal of 32-bit builds

This commit is contained in:
RichardG867
2024-09-03 14:14:42 -03:00
parent 43ff35c10c
commit 7ed674eee1

4
.ci/Jenkinsfile vendored
View File

@@ -23,8 +23,8 @@ def buildType = ['beta', 'alpha']
def buildBranch = env.JOB_BASE_NAME.contains('-') ? 1 : 0
def osArchs = [
'Windows': ['32', '64'],
'Linux': ['x86', 'x86_64', 'arm32', 'arm64'],
'Windows': ['64'],
'Linux': ['x86_64', 'arm64'],
'macOS': ['x86_64+x86_64h+arm64']
]