Browse Source

Update azure-pipelines.yml

take out offending lines (although stolen from https://github.com/conda-forge/opencv-feedstock azure-pipelines fiie)
tags/v0.3.7
Martin Kroeker GitHub 7 years ago
parent
commit
aa4c41bad2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      azure-pipelines.yml

+ 3
- 3
azure-pipelines.yml View File

@@ -15,9 +15,9 @@ steps:

- script: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset
ls /proc/sys/fs/binfmt_misc/
condition: not(startsWith(variables['CONFIG'], 'linux_64'))
displayName: 'Configure binfmt_misc'
# ls /proc/sys/fs/binfmt_misc/
# condition: not(startsWith(variables['CONFIG'], 'linux_64'))
# displayName: 'Configure binfmt_misc'

- script: |
echo "FROM openblas/alpine:arm32


Loading…
Cancel
Save