Commit graph

3 commits

Author SHA1 Message Date
robojerk
22a316469d Fix ZSTD linking issue in Debian packaging
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 7m40s
- Add libzstd-dev to Build-Depends in debian/control
- Add libzstd1 to runtime Depends
- Remove complex ZSTD verification from workflow
- Let Debian build system handle ZSTD dependencies properly
- Simplify workflow by removing unnecessary complexity
2025-08-10 13:15:33 -07:00
robojerk
73b43239e9 Add Debian packaging and update Forgejo workflow
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 6m14s
Simple Build and Upload / build (push) Failing after 2m0s
- Add complete Debian packaging configuration (debian/ directory)
- Create build-deb.sh script for building packages
- Update Forgejo workflow to build and upload .deb artifacts
- Add comprehensive version naming for both binary and Debian artifacts
- Update .gitignore to exclude build artifacts and packaging files
- Add PACKAGING.md documentation
- Add test-deb.sh for testing package installation
2025-08-10 11:30:19 -07:00
robojerk
aaf662d5b1 Restructure project layout for better CI/CD integration
Some checks failed
Cross build / Build on ppc64le (push) Failing after 1m8s
Cross build / Build on s390x (push) Failing after 2s
- Flattened nested bootupd/bootupd/ structure to root level
- Moved all core project files to root directory
- Added proper Debian packaging structure (debian/ directory)
- Created build scripts and CI configuration
- Improved project organization for CI/CD tools
- All Rust source, tests, and configuration now at root level
- Added GitHub Actions workflow for automated testing
- Maintained all original functionality while improving structure
2025-08-09 23:11:42 -07:00