Skip to content

Commit e9b2891

Browse files
[CI] packaging Ubuntu 22/24
1 parent 69c620f commit e9b2891

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/package.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ jobs:
1616
main-branch: debian
1717
update-stable-and-head: true
1818
deps: '["isri-aist/QpSolverCollection"]'
19+
matrix: |
20+
{
21+
"dist": ["focal", "jammy", "noble"],
22+
"arch": ["amd64"],
23+
"include":
24+
[
25+
{"dist": "bionic", "arch": "i386" }
26+
]
27+
}
1928
secrets:
2029
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
2130
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}

0 commit comments

Comments
 (0)