Changeset 500a60f


Ignore:
Timestamp:
Oct 7, 2023, 1:46:33 PM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
299f4e0
Parents:
4d860ea3
Message:

add ARM architecture to nightly build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r4d860ea3 r500a60f  
    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=arm64', 'arm64')
    329332                        break
    330333                        default :
     
    377380                                        description: 'The target architecture',                 \
    378381                                        name: 'Architecture',                                   \
    379                                         choices: 'x64\nx86',                                    \
     382                                        choices: 'x64\nx86\narm64',                             \
    380383                                        defaultValue: 'x64',                                    \
    381384                                ],                                                              \
Note: See TracChangeset for help on using the changeset viewer.