build: Implement packaging in Python (#8109)

This commit is contained in:
Ayaz Salikhov
2026-08-25 19:32:03 +00:00
committed by GitHub
parent 5e3d20b3ed
commit fee4bfc22e
12 changed files with 640 additions and 491 deletions

View File

@@ -92,7 +92,8 @@
"build_type": ["Release"],
"arch": ["amd64"],
"minimal": false,
"image": "ghcr.io/xrplf/xrpld/packaging-debian:sha-a6983f8"
"image": "ghcr.io/xrplf/xrpld/packaging-debian:sha-45e4b88",
"package_type": "deb"
}
],
@@ -102,7 +103,8 @@
"build_type": ["Release"],
"arch": ["amd64"],
"minimal": false,
"image": "ghcr.io/xrplf/xrpld/packaging-rhel:sha-a6983f8"
"image": "ghcr.io/xrplf/xrpld/packaging-rhel:sha-45e4b88",
"package_type": "rpm"
}
]
}