@@ -169,6 +169,47 @@ jobs:
169169 SEMVER_PATCH : ${{ env.SEMVER_PATCH }}
170170 if : ${{ matrix.os.name == 'ubuntu' }}
171171
172+ - name : Prepare build environment
173+ shell : bash
174+ run : ./prepare.sh capms-ubuntu
175+ env :
176+ SEMVER_MAJOR_MINOR : 1.33.9
177+ if : ${{ matrix.os.name == 'ubuntu' }}
178+
179+ - name : Build docker image for capms
180+ uses : docker/bake-action@v6
181+ with :
182+ source : .
183+ files : ./docker-bake.hcl
184+ targets : ubuntu-capms
185+ no-cache : true
186+ set : _common.output+=type=registry
187+ env :
188+ KUBE_VERSION : 1.33.9
189+ KUBE_APT_BRANCH : v1.33
190+ OS_NAME : capms-ubuntu
191+ SEMVER_MAJOR_MINOR : 1.33.9
192+ SEMVER_PATCH : ${{ env.SEMVER_PATCH }}
193+ if : ${{ matrix.os.name == 'ubuntu' }}
194+
195+ - name : Test and export docker image for capms
196+ run : |
197+ ./test.sh
198+ ./export.sh
199+ env :
200+ IMG_PKG_COMMAND : dpkg -l
201+ OS_NAME : capms-ubuntu
202+ SEMVER_MAJOR_MINOR : 1.33.9
203+ SEMVER_PATCH : ${{ env.SEMVER_PATCH }}
204+ if : ${{ matrix.os.name == 'ubuntu' }}
205+
206+ - name : Prepare build environment
207+ shell : bash
208+ run : ./prepare.sh debian-nvidia
209+ env :
210+ SEMVER_MAJOR_MINOR : ${{ matrix.os.version }}
211+ if : ${{ matrix.os.name == 'debian' }}
212+
172213 - name : Prepare build environment
173214 shell : bash
174215 run : ./prepare.sh capms-ubuntu
@@ -203,6 +244,40 @@ jobs:
203244 SEMVER_PATCH : ${{ env.SEMVER_PATCH }}
204245 if : ${{ matrix.os.name == 'ubuntu' }}
205246
247+ - name : Prepare build environment
248+ shell : bash
249+ run : ./prepare.sh capms-ubuntu
250+ env :
251+ SEMVER_MAJOR_MINOR : 1.35.2
252+ if : ${{ matrix.os.name == 'ubuntu' }}
253+
254+ - name : Build docker image for capms
255+ uses : docker/bake-action@v6
256+ with :
257+ source : .
258+ files : ./docker-bake.hcl
259+ targets : ubuntu-capms
260+ no-cache : true
261+ set : _common.output+=type=registry
262+ env :
263+ KUBE_VERSION : 1.35.2
264+ KUBE_APT_BRANCH : v1.35
265+ OS_NAME : capms-ubuntu
266+ SEMVER_MAJOR_MINOR : 1.35.2
267+ SEMVER_PATCH : ${{ env.SEMVER_PATCH }}
268+ if : ${{ matrix.os.name == 'ubuntu' }}
269+
270+ - name : Test and export docker image for capms
271+ run : |
272+ ./test.sh
273+ ./export.sh
274+ env :
275+ IMG_PKG_COMMAND : dpkg -l
276+ OS_NAME : capms-ubuntu
277+ SEMVER_MAJOR_MINOR : 1.35.2
278+ SEMVER_PATCH : ${{ env.SEMVER_PATCH }}
279+ if : ${{ matrix.os.name == 'ubuntu' }}
280+
206281 - name : Prepare build environment
207282 shell : bash
208283 run : ./prepare.sh debian-nvidia
0 commit comments