4848 version : 12
4949 - name : ubuntu
5050 version : 24.04
51+ - name : capms
52+ version : 1.35.2
53+ apt_branch : " 1.35"
54+ - name : capms
55+ version : 1.34.5
56+ apt_branch : " 1.34"
57+ - name : capms
58+ version : 1.33.9
59+ apt_branch : " 1.33"
5160
5261 steps :
5362 - name : Checkout
@@ -173,8 +182,8 @@ jobs:
173182 shell : bash
174183 run : ./prepare.sh capms-ubuntu
175184 env :
176- SEMVER_MAJOR_MINOR : 1.34.5
177- if : ${{ matrix.os.name == 'ubuntu ' }}
185+ SEMVER_MAJOR_MINOR : ${{ matrix.os.version }}
186+ if : ${{ matrix.os.name == 'capms ' }}
178187
179188 - name : Build docker image for capms
180189 uses : docker/bake-action@v6
@@ -185,12 +194,12 @@ jobs:
185194 no-cache : true
186195 set : _common.output+=type=registry
187196 env :
188- KUBE_VERSION : 1.34.5
189- KUBE_APT_BRANCH : v1.34
197+ KUBE_VERSION : ${{ matrix.os.version }}
198+ KUBE_APT_BRANCH : ${{ matrix.os.apt_branch }}
190199 OS_NAME : capms-ubuntu
191- SEMVER_MAJOR_MINOR : 1.34.5
200+ SEMVER_MAJOR_MINOR : ${{ matrix.os.version }}
192201 SEMVER_PATCH : ${{ env.SEMVER_PATCH }}
193- if : ${{ matrix.os.name == 'ubuntu ' }}
202+ if : ${{ matrix.os.name == 'capms ' }}
194203
195204 - name : Test and export docker image for capms
196205 run : |
@@ -199,9 +208,9 @@ jobs:
199208 env :
200209 IMG_PKG_COMMAND : dpkg -l
201210 OS_NAME : capms-ubuntu
202- SEMVER_MAJOR_MINOR : 1.34.5
211+ SEMVER_MAJOR_MINOR : ${{ matrix.os.version }}
203212 SEMVER_PATCH : ${{ env.SEMVER_PATCH }}
204- if : ${{ matrix.os.name == 'ubuntu ' }}
213+ if : ${{ matrix.os.name == 'capms ' }}
205214
206215 - name : Prepare build environment
207216 shell : bash
0 commit comments