Develop #140
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request introduces several updates to the
Makefile, primarily aimed at improving build processes, refining task organization, and enhancing functionality. The changes include new targets for better modularity, updates to existing commands for clarity, and improvements to the handling of dependencies and environment checks.Build Process Enhancements:
distanddist-fulltargets: Split thedisttarget intobinaries,upx, andpackagesfor better modularity. Updateddist-fullto includeclean-distand additional checks.upx-linuxandupx-darwin) for platform-specific compression, simplifying theupxtarget.Task Organization:
.PHONYtargets: Added multiple new targets such asbinaries,clean-all,show-cover, andwarn-dockerto improve task organization and usability.build-alltobinaries: Updated help documentation to reflect the new target name for building binaries across all platforms.Environment and Dependency Improvements:
check-signtarget: Added a blank environment check to verify GPG signatures and trust key setup in a controlled containerized environment.clean-all,clean-package-signer, andclean-go-cachefor more granular cleanup options, including removal of cached volumes and secret files.These updates streamline the build process, improve clarity, and ensure better handling of dependencies and environment configurations.