File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ steps:
14
14
displayName : ' Run a one-line script'
15
15
16
16
- script : |
17
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
18
- ls /proc/sys/fs/binfmt_misc/
17
+ docker run --rm --privileged multiarch/qemu-user-static:register --reset
18
+ ls /proc/sys/fs/binfmt_misc/
19
19
condition : not(startsWith(variables['CONFIG'], 'linux_64'))
20
- displayName : Configure binfmt_misc
20
+ displayName : ' Configure binfmt_misc'
21
21
22
22
- script : |
23
23
echo "FROM openblas/alpine:arm32
32
32
-D CMAKE_BUILD_TYPE=Release ../ && \
33
33
cmake --build ." > Dockerfile
34
34
docker build .
35
-
35
+ displayname : ' Run ARMV6 docker build '
36
36
# - script: |
37
37
# echo Add other tasks to build, test, and deploy your project.
38
38
# echo See https://aka.ms/yaml
You can’t perform that action at this time.
0 commit comments