diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0b1ba16fd..1e2f3e225 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,12 +14,8 @@ steps: displayName: 'Run a one-line script' #- 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' + docker run --rm --privileged multiarch/qemu-user-static:register --reset -- script: | echo "FROM openblas/alpine:arm32 COPY . /tmp/openblas RUN mkdir /tmp/openblas/build && \