2929 matrix :
3030 name : ['python']
3131 suite : ['trixie', 'slim-trixie', 'alpine3.21', 'alpine3.22']
32- version : ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14-rc ']
33- latest_version : ['3.13 ']
32+ version : ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
33+ latest_version : ['3.14 ']
3434
3535 steps :
3636 - name : Checkout ${{ matrix.name }}
8282 platforms : linux/loong64
8383 push : ${{ github.event_name != 'pull_request' }}
8484 tags : |
85- ghcr.io/${{ github.repository_owner }}/${{ matrix.name }}:${{ env.image_tag }}
86- ghcr.io/${{ github.repository_owner }}/${{ matrix.name }}:${{ env.full_image_tag }}
87- ghcr.io/${{ github.repository_owner }}/${{ matrix.name }}:${{ matrix.version }}-${{ matrix.suite }}
88- ghcr.io/${{ github.repository_owner }}/${{ matrix.name }}:${{ env.full_version }}-${{ matrix.suite }}
85+ ghcr.io/${{ github.repository_owner }}/${{ matrix.name }}:${{ env.full_version }}-${{ matrix.suite }}-loong64
8986 outputs : type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
9087 cache-from : type=gha
9188 cache-to : type=gha,mode=max
@@ -107,7 +104,6 @@ jobs:
107104 version="${{ matrix.version }}"
108105 latest_version="${{ matrix.latest_version }}"
109106
110- crane cp "$repo:$full_version-$suite" "$repo:$full_version-$suite-loong64"
111107 crane index append -t "$repo:$full_version-$suite" \
112108 -m "$repo:$full_version-$suite-loong64" \
113109 -m "python:$full_version-$suite"
0 commit comments