Changeset 99a7163 for Jenkinsfile
- Timestamp:
- May 3, 2025, 8:06:08 AM (5 months ago)
- Branches:
- master
- Children:
- c9c1a7e6
- Parents:
- f36c916
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rf36c916 r99a7163 331 331 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86') 332 332 break 333 case 'arm64':334 this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')335 break333 // case 'arm64': 334 // this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64') 335 // break 336 336 default : 337 337 error "Unhandled architecture : ${arch}"
Note:
See TracChangeset
for help on using the changeset viewer.