Summary
Create CI workflow to build .deb package from cx-cli Python source and publish to apt repository at apt.cxlinux.com.
Requirements
- GitHub Actions workflow triggered on release tags
- Build .deb using debhelper/dh-python
- Sign package with GPG key (secrets configured in apt-repo)
- Upload to apt repo pool/main/c/cx/
- Update Packages index
Acceptance Criteria
References
- Debian packaging structure exists in packages/cx-core/debian/
- GPG secrets already configured: GPG_PRIVATE_KEY, GPG_KEY_ID
Summary
Create CI workflow to build .deb package from cx-cli Python source and publish to apt repository at apt.cxlinux.com.
Requirements
Acceptance Criteria
apt update && apt install cx-coreworks on Ubuntu 24.04/usr/bin/cxbinaryReferences