File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,13 @@ jobs:
8282 packages : write
8383 env :
8484 PY_VER : ${{ matrix.python-version }}
85- BASE_IMAGE : quay.io/pypa/manylinux_2_28 :latest
85+ BASE_IMAGE : quay.io/pypa/manylinux_${{ matrix.mnl-version }} :latest
8686 GHCR_REPO : ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
8787 strategy :
8888 fail-fast : false
8989 matrix :
9090 python-version : ['3.8', '3.9', '3.11', '3.12']
91+ mnl-version : ['2_28', '2_34']
9192 steps :
9293 - name : Set up Python ${{ env.PY_VER }}
9394 uses : actions/setup-python@v5
@@ -118,7 +119,7 @@ jobs:
118119 sort -u | grep -v unknown | paste -sd ','`"
119120 GIT_BRANCH="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
120121 GIT_BRANCH="${GIT_BRANCH#refs/tags/}"
121- BUILD_IMAGE="${GHCR_REPO}:${GIT_BRANCH}-py${PY_VER}"
122+ BUILD_IMAGE="${GHCR_REPO}:${GIT_BRANCH}-py${PY_VER}-mnl${{ matrix.mnl-version }} "
122123 test "${{ github.event_name }}" != 'pull_request' && \
123124 CACHE_SPEC="type=registry,ref=${BUILD_IMAGE}-buildcache" || \
124125 CACHE_SPEC="gha"
You can’t perform that action at this time.
0 commit comments