Yasindu Dissanayake
Yasindu Dissanayake
https://openmrs.atlassian.net/browse/O3-3551 This pull request updates the GitHub Actions workflow to utilize the latest versions of several key actions, improving performance, security, and feature set. The specific updates include: 1.actions/checkout: Updated...
This title better reflects that the PR: Implements multi-architecture support (amd64, arm/v7, arm64/v8, ppc64le, 386) Specifically targets Docker image builds Is for the Guix package manager image This is more...
This pull request enhances the Docker image build workflow to support exporting image digests and creating a manifest list for multi-architecture Docker builds. The changes include: - Digest Export: The...
I noticed that several GitHub Actions in the workflow were outdated, so I updated them to the latest stable versions. This helps ensure CI stability and security. /kind cleanup
Modernize our Ansible roles to ensure clean installation with current Ansible releases and full compatibility with Ubuntu 25. All deprecated functionality has been removed, including: * Legacy `include` statements replaced...
This PR refactors the existing GitHub Actions workflow to improve CI/CD automation and add Docker multi-architecture image builds. Key changes include: ✅ Improvements: - Modular Jobs: Split into build-js, build-js-windows,...