Changeset 2261bcc
- Timestamp:
 - Oct 7, 2023, 12:24:41 PM (2 years ago)
 - Branches:
 - master
 - Children:
 - f45772e
 - Parents:
 - cf34e82
 - File:
 - 
      
- 1 edited
 
- 
          
  Jenkinsfile (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
Jenkinsfile
rcf34e82 r2261bcc 327 327 case 'x86': 328 328 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86') 329 break 330 case 'arm64': 331 this.Architecture = new Arch_Desc('arm64', '--host=arm64', 'arm64') 329 332 break 330 333 default : … … 377 380 description: 'The target architecture', \ 378 381 name: 'Architecture', \ 379 choices: 'x64\nx86 ',\382 choices: 'x64\nx86\narm64', \ 380 383 defaultValue: 'x64', \ 381 384 ], \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.