Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
15 lines (13 sloc) 321 Bytes
resources:
containers:
- container: arm64v8-test-container
image: electronbuilds/arm64v8:0.0.4
env:
RUN_NATIVE_MKSNAPSHOT: true
jobs:
- job: Test_Arm64
container: arm64v8-test-container
displayName: Test Arm64 on Arm64 hardware
timeoutInMinutes: 30
steps:
- template: vsts-arm-test-steps.yml
You can’t perform that action at this time.