You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds end-to-end testing for all released artifacts across multiple platforms:
Platform Coverage:
- Linux AMD64/ARM64 binaries
- Fedora AMD64/ARM64 RPM packages
- Ubuntu AMD64/ARM64 DEB packages
- macOS AMD64 (macos-15-intel) and ARM64 (macos-latest) binaries
- Windows AMD64 (windows-latest) and ARM64 (windows-11-arm) binaries
Key Fixes:
- Skip Unix permission checks on Windows (ACL-based permissions)
- Fix credential helper path formatting for Windows batch wrapper
- Update RPM/DEB download patterns with wildcards for release numbers
Infrastructure:
- E2E workflow with prerelease gate pattern
- Package-specific test jobs with container isolation
- nfpm.yaml for .deb/.rpm packaging
- Updated Makefile with packaging targets
Closes#39
0 commit comments