ci: Add Linux package builds (DEB + RPM) to CI (#6639)

This commit is contained in:
Michael Legleux
2026-05-15 22:08:37 -07:00
committed by GitHub
parent c7ecfc6a97
commit 93836f22db
29 changed files with 1018 additions and 26 deletions

View File

@@ -127,7 +127,8 @@
"distro_version": "9",
"compiler_name": "gcc",
"compiler_version": "12",
"image_sha": "4c086b9"
"image_sha": "4c086b9",
"package": true
},
{
"distro_name": "rhel",
@@ -169,7 +170,8 @@
"distro_version": "jammy",
"compiler_name": "gcc",
"compiler_version": "12",
"image_sha": "4c086b9"
"image_sha": "4c086b9",
"package": true
},
{
"distro_name": "ubuntu",