This commit is contained in:
2025-07-29 19:20:34 -05:00
parent ee8b27ff56
commit 7f23cb6824
3 changed files with 11 additions and 8 deletions

3
Jenkinsfile vendored
View File

@@ -7,7 +7,8 @@ pipeline {
axes {
axis {
name 'DISTRO'
values 'debian:bookworm', 'ubuntu:24.04', 'archlinuxarm:latest', 'fedora:42'
values 'debian:bookworm', 'ubuntu:24.04', 'ubuntu:22.04',
'ogarcia/archlinux:latest', 'fedora:42'
}
}
stages {