electron/vsts-arm64v8.yml
John Kleinschmidt e389fa75ea test: run all tests on arm linux platforms (#19318)
* test: run all tests on arm platforms

* Use Ubuntu 18.04 for arm64 CI
2019-07-19 16:15:47 -07:00

13 lines
307 B
YAML

resources:
containers:
- container: arm64v8-test-container
image: electronbuilds/arm64v8:0.0.5
options: --shm-size 128m
jobs:
- job: Test_Arm64
container: arm64v8-test-container
displayName: Test Arm64 on Arm64 hardware
timeoutInMinutes: 30
steps:
- template: vsts-arm-test-steps.yml