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