Changeset f466d6b for Jenkinsfile
- Timestamp:
- May 3, 2025, 9:28:01 AM (6 months ago)
- Branches:
- master
- Children:
- 969d7d3
- Parents:
- c9c1a7e6
- File:
- 
      - 1 edited
 
 - 
          
  Jenkinsfile (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      Jenkinsfilerc9c1a7e6 rf466d6b 328 328 this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64') 329 329 break 330 case 'x86':331 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')332 break330 //case 'x86': 331 // this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86') 332 //break 333 333 // case 'arm64': 334 334 // this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64') 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  