Changes in Jenkinsfile [be8ee65:5007618]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rbe8ee65 r5007618 327 327 case 'x86': 328 328 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86') 329 break330 case 'arm64':331 this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')332 329 break 333 330 default : … … 380 377 description: 'The target architecture', \ 381 378 name: 'Architecture', \ 382 choices: 'x64\nx86 \narm64',\379 choices: 'x64\nx86', \ 383 380 defaultValue: 'x64', \ 384 381 ], \
Note:
See TracChangeset
for help on using the changeset viewer.