We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9c549 commit 13d4186Copy full SHA for 13d4186
1 file changed
debian/Jenkinsfile
@@ -3,12 +3,12 @@
3
// Current version of this Pipeline https://github.com/VitexSoftware/BuildImages/blob/main/Test/Jenkinsfile
4
5
String[] distributions = [
6
- 'debian:bookworm',
7
- 'debian:trixie',
8
- 'debian:forky',
9
- 'ubuntu:jammy',
+ 'debian:bookworm',
+ 'debian:trixie',
+// 'debian:forky', // multiflexi-cli uninstallable: php-symfony-dependency-injection has no choices in forky repo
+// 'ubuntu:jammy', // postinst PHP Fatal error: Symfony/Polyfill/Php80/autoload.php not found (path incompatibility)
10
'ubuntu:noble',
11
- 'ubuntu:resolute',
+// 'ubuntu:resolute', // multiflexi-cli uninstallable: multiflexi-sqlite (>= 2.4.1) not available for resolute
12
]
13
14
String vendor = 'vitexsoftware'
0 commit comments