convert to date-based versioning and noarch architecture#144
Merged
anishapant21 merged 4 commits intodevfrom Mar 4, 2026
Merged
convert to date-based versioning and noarch architecture#144anishapant21 merged 4 commits intodevfrom
anishapant21 merged 4 commits intodevfrom
Conversation
Contributor
Author
|
@anishapant21 can you ping me on Rocket when this gets merged to |
f70446f to
aa93b86
Compare
aa93b86 to
be67f3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the packaging and release workflow for the LDAP Gateway project to simplify architecture handling and standardize package metadata. The main improvements include switching to architecture-independent package builds, streamlining the GitHub Actions workflow, and updating package metadata for consistency.
Packaging and architecture simplification:
arch: "all"for deb,noarchfor rpm) instead of separate builds foramd64andarm64. The matrix strategy and related config manipulation were removed to reflect this change. (.github/workflows/build-and-release.yml[1] [2] [3]nfpm/nfpm.yaml) was updated to use dynamic versioning and standardized metadata, includingarch: "all",release: 1, and corrected vendor/maintainer names. (nfpm/nfpm.yaml[1] [2]Workflow and artifact improvements:
.github/workflows/build-and-release.yml[1] [2]package.jsonfile, ensuring version consistency with source control. (.github/workflows/build-and-release.yml.github/workflows/build-and-release.ymlL84-R84).deband.rpmfiles, removing handling for.tar.gzfiles. (.github/workflows/build-and-release.yml.github/workflows/build-and-release.ymlL271-L273)