electron/vsts-arm64v8.yml
Electron Bot b665eb6d43
chore: bump node to v12.18.0 (master) (#23789)
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2020-06-17 15:57:12 -07:00

13 lines
364 B
YAML

resources:
containers:
- container: arm64v8-test-container
image: electronjs/build:arm64v8-697b894f36d127155e020f4e8ad4b2e5f6a09613
options: --shm-size 128m --cap-add SYS_ADMIN
jobs:
- job: Test_Arm64
container: arm64v8-test-container
displayName: Test Arm64 on Arm64 hardware
timeoutInMinutes: 30
steps:
- template: vsts-arm-test-steps.yml