File tree 2 files changed +10
-6
lines changed
build-scripts/manylinux-container-image
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 45
45
# Build containers for ppc64
46
46
# - ARCH: ppc64
47
47
YEAR :
48
- - 2014
49
- - _2_24 # PEP 600
50
- - _2_28
48
+ - VALUE : 2014
49
+ TAG : 2025.01.19-2
50
+ - VALUE : _2_24 # PEP 600
51
+ - VALUE : _2_28
52
+ TAG : 2025.01.19-2
51
53
include :
52
54
- IMAGE :
53
55
ARCH : x86_64
@@ -61,12 +63,12 @@ jobs:
61
63
env :
62
64
LIBSSH_VERSION : 0.9.6
63
65
PYPA_MANYLINUX_TAG : >-
64
- manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
66
+ manylinux${{ matrix.YEAR.VALUE }}_${{ matrix.IMAGE.ARCH }}
65
67
FULL_IMAGE_NAME : >-
66
68
${{
67
69
github.repository
68
70
}}-manylinux${{
69
- matrix.YEAR
71
+ matrix.YEAR.VALUE
70
72
}}_${{
71
73
matrix.IMAGE.ARCH
72
74
}}
@@ -108,6 +110,7 @@ jobs:
108
110
build-args : |
109
111
LIBSSH_VERSION=${{ env.LIBSSH_VERSION }}
110
112
RELEASE=${{ env.PYPA_MANYLINUX_TAG }}
113
+ TAG=${{ matrix.YEAR.TAG || 'latest' }}
111
114
- name : Push to GitHub Container Registry
112
115
if : >-
113
116
(github.event_name == 'push' || github.event_name == 'schedule')
Original file line number Diff line number Diff line change 1
1
ARG RELEASE
2
- FROM quay.io/pypa/${RELEASE}:2025.01.19-2
2
+ ARG TAG
3
+ FROM quay.io/pypa/${RELEASE}:${TAG}
3
4
ARG RELEASE
4
5
ARG LIBSSH_VERSION=0.9.6
5
6
MAINTAINER Python Cryptographic Authority
You can’t perform that action at this time.
0 commit comments