Added Fedora, fixed cache script and did some cleanup

* Added Alpine 3.21 to the jenkinsfile
* Added Debian Trixe(13) to the jenkinsfile
* Fixed broken cache script Alpine edge builds
* Added Fedora (41) distro
* Cleaned-up Debian.yaml
This commit is contained in:
2025-01-07 00:00:15 +01:00
parent 6370816e21
commit 95ed59561b
8 changed files with 255 additions and 20 deletions

3
.vscode/tasks.json vendored
View File

@@ -37,7 +37,8 @@
"description": "Wich Distro shoud be used",
"options": [
"Debian",
"Alpine"
"Alpine",
"Fedora"
],
"default": "Debian"
},