Changeset eaee33e for Jenkinsfile
- Timestamp:
- Apr 27, 2026, 10:44:29 AM (4 weeks ago)
- Branches:
- master
- Children:
- 602cec4
- Parents:
- 1037b4c
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r1037b4c reaee33e 329 329 this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64') 330 330 break 331 case 'x86':332 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')331 // case 'x86': 332 // this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86') 333 333 break 334 334 case 'arm64':
Note:
See TracChangeset
for help on using the changeset viewer.