Use 2xlarge for ARM jobs

This commit is contained in:
Cheng Zhao 2017-11-24 11:03:02 +09:00
parent 8e708692b8
commit c30faa4ee8

View file

@ -6,7 +6,7 @@ jobs:
- image: electronbuilds/electron:0.0.3 - image: electronbuilds/electron:0.0.3
environment: environment:
TARGET_ARCH: arm TARGET_ARCH: arm
resource_class: xlarge resource_class: 2xlarge
steps: steps:
- checkout - checkout
- run: - run:
@ -63,7 +63,7 @@ jobs:
- image: electronbuilds/electron:0.0.3 - image: electronbuilds/electron:0.0.3
environment: environment:
TARGET_ARCH: arm64 TARGET_ARCH: arm64
resource_class: xlarge resource_class: 2xlarge
steps: steps:
- checkout - checkout
- run: - run: