We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf4341 commit aa4c41bCopy full SHA for aa4c41b
azure-pipelines.yml
@@ -15,9 +15,9 @@ steps:
15
16
- script: |
17
docker run --rm --privileged multiarch/qemu-user-static:register --reset
18
- ls /proc/sys/fs/binfmt_misc/
19
- condition: not(startsWith(variables['CONFIG'], 'linux_64'))
20
- displayName: 'Configure binfmt_misc'
+# ls /proc/sys/fs/binfmt_misc/
+# condition: not(startsWith(variables['CONFIG'], 'linux_64'))
+# displayName: 'Configure binfmt_misc'
21
22
23
echo "FROM openblas/alpine:arm32
0 commit comments