Skip to content

Commit 810db81

Browse files
Vitexusclaude
andcommitted
feat: add ubuntu:resolute to build targets
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4d54e75 commit 810db81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Current version of this Pipeline https://github.com/VitexSoftware/BuildImages/blob/main/Test/Jenkinsfile
44

5-
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble']
5+
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble', 'ubuntu:resolute']
66

77
String vendor = 'vitexsoftware'
88
//String distroFamily = ''

debian/Jenkinsfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22

3-
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble']
3+
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble', 'ubuntu:resolute']
44

55
String vendor = 'vitexsoftware'
66
String imagePrefix = 'multiflexi-'

0 commit comments

Comments
 (0)