Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rbe8ee65 r5007618  
    327327                        case 'x86':
    328328                                this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
    329                         break
    330                         case 'arm64':
    331                                 this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')
    332329                        break
    333330                        default :
     
    380377                                        description: 'The target architecture',                 \
    381378                                        name: 'Architecture',                                   \
    382                                         choices: 'x64\nx86\narm64',                             \
     379                                        choices: 'x64\nx86',                                    \
    383380                                        defaultValue: 'x64',                                    \
    384381                                ],                                                              \
Note: See TracChangeset for help on using the changeset viewer.