chore: Refactor publish process and improve multi-arch build #36
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 introduces enhancements to the build and deployment processes, focusing on Docker, Helm, and multi-platform support. Key changes include enabling containerd for Docker, streamlining Docker buildx commands, adding Helm support for chart packaging and pushing, and simplifying multi-platform image tagging.
Docker Enhancements:
.github/workflows/publish.yaml).docker-buildxtarget in theMakefileto simplify multi-platform builds and ensure compatibility with containerd (Makefile).Helm Integration:
Makefile, including targets for packaging and pushing Helm charts to an OCI registry (Makefile)..github/workflows/publish.yaml).Multi-Platform Image Support:
component-constructor.yamlto a single tag format for simplicity (component-constructor.yaml).Miscellaneous:
HELMvariable to theMakefilefor managing Helm binary installation (Makefile).docker-buildtarget order in theMakefileto ensure tests run before building the binary (Makefile).