vsts-arm32v7.yml 352 B

12345678910111213
  1. resources:
  2. containers:
  3. - container: arm32v7-test-container
  4. image: ghcr.io/electron/build:arm32v7-27db4a3e3512bfd2e47f58cea69922da0835f1d9
  5. options: --shm-size 128m
  6. jobs:
  7. - job: Test_Arm32v7
  8. container: arm32v7-test-container
  9. displayName: Test Arm on Arm32v7 hardware
  10. timeoutInMinutes: 30
  11. steps:
  12. - template: vsts-arm-test-steps.yml