@@ -132,6 +132,11 @@ jobs:
132132 DOCKERIMAGE : condaforge/linux-anvil-aarch64
133133 MINIFORGE_NAME : " Mambaforge-pypy3"
134134 OS_NAME : " Linux"
135+ # Reduce the test matrix because the builds timeouts on emulated architectures
136+ # The time consuming operation is an attempt a full solve of conda/mamba/boa
137+ # for as a compatibility
138+ # xref https://github.com/conda-forge/miniforge/pull/361
139+ TEST_IMAGE_NAMES : " ubuntu:22.04"
135140
136141 - os : ubuntu-latest
137142 ARCH : x86_64
@@ -164,6 +169,11 @@ jobs:
164169 DOCKERIMAGE : condaforge/linux-anvil-ppc64le
165170 MINIFORGE_NAME : " Mambaforge-pypy3"
166171 OS_NAME : " Linux"
172+ # Reduce the test matrix because the builds timeouts on emulated architectures
173+ # The time consuming operation is an attempt a full solve of conda/mamba/boa
174+ # for as a compatibility
175+ # xref https://github.com/conda-forge/miniforge/pull/361
176+ TEST_IMAGE_NAMES : " centos:7"
167177
168178 steps :
169179 - name : Checkout code
@@ -182,6 +192,7 @@ jobs:
182192 DOCKERIMAGE : ${{ matrix.DOCKERIMAGE }}
183193 DOCKER_ARCH : ${{ matrix.DOCKER_ARCH }}
184194 TARGET_PLATFORM : ${{ matrix.TARGET_PLATFORM }}
195+ TEST_IMAGE_NAMES : ${{ matrix.TEST_IMAGE_NAMES }}
185196 run : |
186197 if [[ "$GITHUB_REF" == refs/tags/* ]]; then
187198 export MINIFORGE_VERSION=${GITHUB_REF##*/};
0 commit comments