From ba138375383ba492551ea058c3afd8fcdbe6acc5 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 16 Jun 2025 17:26:26 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 42e6fb81f..e06c21c80 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ jobs: vmImage: 'ubuntu-latest' steps: - script: | - echo "FROM quay.io/pypa/manylinux2014_i686 + echo "FROM quay.io/pypa/manylinux1_i686 COPY . /tmp/openblas RUN cd /tmp/openblas && \ COMMON_FLAGS='TARGET=NEHALEM NUM_THREADS=32' && \