ci: add all-amendments supported workflow

This commit is contained in:
Denis Angell
2026-07-01 23:45:50 -04:00
parent 8e378c4f47
commit 490dae89da
6 changed files with 177 additions and 1 deletions

View File

@@ -43,6 +43,13 @@
"suffix": "unity",
"extra_cmake_args": "-Dunity=ON",
"exclude_event_types": ["pull_request"]
},
{
"compiler": ["gcc"],
"build_type": ["Release"],
"arch": ["amd64"],
"suffix": "supported",
"force_supported": true
}
],
@@ -63,6 +70,16 @@
]
},
"package_configs": {
"ubuntu": [
{
"compiler": ["gcc"],
"build_type": ["Release"],
"arch": ["amd64"],
"suffix": "supported",
"image": "ghcr.io/xrplf/xrpld/packaging-debian:sha-577d745"
}
],
"debian": [
{
"compiler": ["gcc"],